Skip to content

Commit

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

0 comments on commit 6ce3c2e

Please sign in to comment.