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; } }