Skip to content

Commit

Permalink
Style block movers in block navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Oct 18, 2019
1 parent 382f32b commit c545b22
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-editor/src/components/block-navigation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ $tree-item-height: 36px;
margin: 0;
}

.block-editor-block-navigation__item {
display: flex;
align-items: center;

.block-editor-block-mover {
display: flex;
min-height: auto;
height: 28px;
}
}

// Styles for nested block navigation lists.
.block-editor-block-navigation__list .block-editor-block-navigation__list {
margin-top: 2px;
border-left: $tree-border-width solid $light-gray-900;
Expand Down

0 comments on commit c545b22

Please sign in to comment.