From 67fc7c551a0d97fb43c75b718c95fea38af581aa Mon Sep 17 00:00:00 2001 From: jasmussen Date: Mon, 17 May 2021 13:19:06 +0200 Subject: [PATCH] Proof of concept: No in-canvas appender. --- .../block-editor/src/components/block-list-appender/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/block-editor/src/components/block-list-appender/style.scss b/packages/block-editor/src/components/block-list-appender/style.scss index ebfeb4c0b090c1..9244a758e920af 100644 --- a/packages/block-editor/src/components/block-list-appender/style.scss +++ b/packages/block-editor/src/components/block-list-appender/style.scss @@ -1,6 +1,8 @@ // These styles are only applied to the appender when it appears inside of a block. // Otherwise the default appender may be improperly positioned in some themes. .block-editor-block-list__block .block-list-appender { + display: none !important; + align-self: center; padding: 0; list-style: none;