From 91ec9bf70610dfb432298e111640063a31b117a7 Mon Sep 17 00:00:00 2001 From: pipisebastian Date: Wed, 4 Dec 2024 20:25:50 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20menu=20block=20=EC=82=AC=EC=9D=B4?= =?UTF-8?q?=EC=A6=88=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #290 --- .../features/editor/components/MenuBlock/MenuBlock.style.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/features/editor/components/MenuBlock/MenuBlock.style.ts b/client/src/features/editor/components/MenuBlock/MenuBlock.style.ts index 23635f7b..1e730654 100644 --- a/client/src/features/editor/components/MenuBlock/MenuBlock.style.ts +++ b/client/src/features/editor/components/MenuBlock/MenuBlock.style.ts @@ -8,8 +8,8 @@ export const menuBlockStyle = css({ left: 0, justifyContent: "center", alignItems: "center", - width: "20px", - height: "20px", + width: "24px", + height: "24px", marginLeft: "-20px", opacity: 0, transition: "opacity 0.2s ease-in-out",