From 655d9df8441ef69e7a16578cca6b0682b54e7ac1 Mon Sep 17 00:00:00 2001 From: ntsekouras Date: Mon, 20 Mar 2023 12:55:07 +0200 Subject: [PATCH] Show close button in List View on mobile --- .../edit-post/src/components/secondary-sidebar/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/edit-post/src/components/secondary-sidebar/style.scss b/packages/edit-post/src/components/secondary-sidebar/style.scss index 50661aa50c30ee..10e148bbb2762c 100644 --- a/packages/edit-post/src/components/secondary-sidebar/style.scss +++ b/packages/edit-post/src/components/secondary-sidebar/style.scss @@ -51,6 +51,12 @@ li:only-child { width: 100%; } + + &.components-panel__header.edit-post-sidebar__panel-tabs { + .components-button.has-icon { + display: flex; + } + } } .edit-post-editor__list-view-panel-content,