Skip to content

Commit

Permalink
Use a smaller dropdown button in the block navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed May 20, 2020
1 parent d761f4c commit b1dc7c8
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,14 @@ $tree-item-height: 36px;
opacity: 1;
@include edit-post__fade-in-animation;
}
}

.components-toolbar {
border: 0;
.block-editor-block-navigation-block__menu-cell {
&,
.components-button.has-icon {
width: 24px;
min-width: 24px;
padding: 0;
}
}

Expand Down

0 comments on commit b1dc7c8

Please sign in to comment.