Skip to content

Commit

Permalink
Try: Small fix to center, keep the big buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jan 24, 2024
1 parent 6020b94 commit c2de530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/edit-post/src/components/header/style.scss
Expand Up @@ -117,7 +117,8 @@
@include break-small() {
&:not(.is-horizontal) .block-editor-block-mover__move-button-container {
position: relative;
top: -10px;
top: 6px;
height: 20px; // By enforcing a small height, we center and afford big buttons, with no focus shift.
}
}
}
Expand Down

0 comments on commit c2de530

Please sign in to comment.