From 99f520a67294a0d4a81299edf67b3ccd1cdfeca2 Mon Sep 17 00:00:00 2001 From: Ellina Sohnenko Date: Wed, 20 May 2026 07:26:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9?= =?UTF-8?q?=20=D1=81=D0=BE=D0=B5=D0=B4=D0=B8=D0=BD=D0=B5=D0=BD=D0=B8=D0=B9?= =?UTF-8?q?=20=D0=B8=20padding=20=D1=81=D0=BE=D1=85=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20svg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.css | 4 ++-- src/App.jsx | 2 +- src/components/ToolbarElements.jsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.css b/src/App.css index c82fcdc..49e5a2b 100644 --- a/src/App.css +++ b/src/App.css @@ -196,8 +196,8 @@ html, body, #root { .preview-port { position: absolute; - width: 6px; - height: 6px; + width: 7px; + height: 7px; border-radius: 50%; } diff --git a/src/App.jsx b/src/App.jsx index 96831be..94617f3 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -84,7 +84,7 @@ function App() { } const bounds = getNodesBounds(nodes) - const padding = 20 + const padding = 30 const widthExportWindow = bounds.width + padding * 2 const heightExportWindow = bounds.height + padding * 2 diff --git a/src/components/ToolbarElements.jsx b/src/components/ToolbarElements.jsx index 18f6f8e..299b0f2 100644 --- a/src/components/ToolbarElements.jsx +++ b/src/components/ToolbarElements.jsx @@ -64,7 +64,7 @@ export const ToolbarBlock = memo(({ block, onDragStart }) => { export function ToolbarLine({ line, caseWidth, isActive, onClick }) { return (