From bad7fb907a7b38f17491b900a9863c7612689ae0 Mon Sep 17 00:00:00 2001 From: Fedorov Vladimir Date: Mon, 11 May 2026 11:44:13 +0700 Subject: [PATCH] fix --- src/components/EditorWindow.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/EditorWindow.vue b/src/components/EditorWindow.vue index 6ac8f87..b4a7f4f 100644 --- a/src/components/EditorWindow.vue +++ b/src/components/EditorWindow.vue @@ -406,7 +406,6 @@ function showGraph(show: boolean) { } .hr { - width: 250px; margin: 10px 0; } @@ -421,7 +420,7 @@ function showGraph(show: boolean) { .scroll-y { overflow-y: auto; - max-height: calc(100vh - 200px); + max-height: calc(100vh - 250px); } .scroll-y-right { @@ -464,7 +463,7 @@ function showGraph(show: boolean) { @media (min-width: 1025px) { .center-block-custom { - width: 700px; + width: calc(100vw - 750px); margin: 0 auto; } }