From daf7cf9d68a40c80107e356d8a19abf9489640d8 Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 21 Jul 2022 12:52:48 +0100 Subject: [PATCH] styles --- src/editor.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/editor.scss b/src/editor.scss index 45e9bb4..eb3a30c 100644 --- a/src/editor.scss +++ b/src/editor.scss @@ -8,20 +8,20 @@ display: flex; align-items: center; list-style: none; - margin-bottom: 16px; - padding: 16px; + margin-bottom: 1px; + padding: 8px; .block-editor-inner-blocks > .block-editor-block-list__layout { display: flex; align-items: center; > * { - max-height: 120px; - margin: 16px; + max-height: 60px; + margin: 6px; } img { - max-height: 120px; + max-height: 60px; width: auto; max-width: 240px; }