Skip to content

Commit

Permalink
Align navigator widgets (icon, options) to top (#22790)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel authored Jun 1, 2020
1 parent 7e855e3 commit 52e423d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ $tree-item-height: 36px;
}

.block-editor-block-icon {
align-self: flex-start;
margin-right: 6px;
}

Expand All @@ -57,6 +58,7 @@ $tree-item-height: 36px;
.block-editor-block-navigation-block__mover-cell {
width: $button-size;
opacity: 0;
vertical-align: top;
@include reduce-motion("transition");

&.is-visible {
Expand Down

0 comments on commit 52e423d

Please sign in to comment.