From 5d25f112fc86548bd5da8757661b66c33ee3013b Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Mon, 22 Mar 2021 17:54:27 +0200 Subject: [PATCH] Move inside blocks toolbar on the right for better editing UX --- src/ColumnsBlock/styles.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ColumnsBlock/styles.less b/src/ColumnsBlock/styles.less index c7bcbec..86da6ad 100644 --- a/src/ColumnsBlock/styles.less +++ b/src/ColumnsBlock/styles.less @@ -95,6 +95,10 @@ background-color: rgba(120, 192, 215, 0.375); } } + + .delete-button { + display: none !important; + } } .columns-view { @@ -116,7 +120,7 @@ .block-toolbar { position: absolute; z-index: 3; - left: -9px; + right: -9px; display: flex; padding: 5px; border: none;