From 6b857636c35b5fb4f09d606647d46a35eb324f06 Mon Sep 17 00:00:00 2001 From: min Date: Fri, 5 Jun 2026 07:28:32 +0300 Subject: [PATCH] =?UTF-8?q?fix(studio):=20=D0=BA=D1=80=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B8=D0=BA=20=D0=B7=D0=B0=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D1=8F?= =?UTF-8?q?=20Toolbox=20=D0=BF=D1=80=D0=B8=D0=B6=D0=B0=D1=82=20=D0=BA=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BE=D0=BC=D1=83=20=D0=BA=D1=80=D0=B0?= =?UTF-8?q?=D1=8E=20=D1=88=D0=B0=D0=BF=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit После переработки header убрал .headerInfo (flex:1), который раздвигал заголовок и крестик → крестик прилип к названию. Добавил margin-left:auto кнопке закрытия. Co-Authored-By: Claude Opus 4.8 --- src/editor/ToolboxModal.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor/ToolboxModal.module.css b/src/editor/ToolboxModal.module.css index 3a70b63..dec4f7c 100644 --- a/src/editor/ToolboxModal.module.css +++ b/src/editor/ToolboxModal.module.css @@ -79,6 +79,7 @@ } .closeBtn { + margin-left: auto; /* прижать крестик к правому краю шапки */ background: rgba(255, 255, 255, 0.16); border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 10px;