From d300591876da96c80a5674cd4c57fb82f51c51bd Mon Sep 17 00:00:00 2001 From: Lena Morita Date: Fri, 22 Apr 2022 11:23:00 +0900 Subject: [PATCH] Global Styles Sidebar: Tweak spacing Add back description padding --- .../components/global-styles/screen-root.js | 28 +++++++++++-------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/packages/edit-site/src/components/global-styles/screen-root.js b/packages/edit-site/src/components/global-styles/screen-root.js index 66c36cdad1b44..d29083b692252 100644 --- a/packages/edit-site/src/components/global-styles/screen-root.js +++ b/packages/edit-site/src/components/global-styles/screen-root.js @@ -3,8 +3,8 @@ */ import { __experimentalItemGroup as ItemGroup, - __experimentalItem as Item, __experimentalHStack as HStack, + __experimentalSpacer as Spacer, __experimentalVStack as VStack, FlexItem, CardBody, @@ -37,7 +37,7 @@ function ScreenRoot() { return ( - + @@ -55,22 +55,28 @@ function ScreenRoot() { ) } + - - - - + + { __( + 'Customize the appearance of specific blocks for the whole site.' + ) } + - - { __( - 'Customize the appearance of specific blocks for the whole site.' - ) } - { __( 'Blocks' ) }