From 6ce3c2e99592ddabeaeb4d63469f55e89095e6b0 Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Fri, 26 Jan 2024 14:07:23 +0900 Subject: [PATCH] Revert "Try: Small fix to center, keep the big buttons." This reverts commit c2de530635a05feb265386e85637132875f01104. --- packages/edit-post/src/components/header/style.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/edit-post/src/components/header/style.scss b/packages/edit-post/src/components/header/style.scss index 14e8a9b248035b..0dc8881434acb6 100644 --- a/packages/edit-post/src/components/header/style.scss +++ b/packages/edit-post/src/components/header/style.scss @@ -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; } } }