From 352cfa98313b6fd11862558c1227a41e52223453 Mon Sep 17 00:00:00 2001 From: mrilyew <99399973+mrilyew@users.noreply.github.com> Date: Sat, 24 May 2025 16:44:51 +0300 Subject: [PATCH] feat: enlarge graffiti --- Web/static/css/dialog.css | 2 +- Web/static/css/main.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Web/static/css/dialog.css b/Web/static/css/dialog.css index 44892fb2..c4fe298b 100644 --- a/Web/static/css/dialog.css +++ b/Web/static/css/dialog.css @@ -49,7 +49,7 @@ body.dimmed > .dimmer #absolute_territory { .ovk-diag-body { padding: 20px; overflow-y: auto; - max-height: 80vh + max-height: 83vh } .ovk-diag-action { diff --git a/Web/static/css/main.css b/Web/static/css/main.css index 1cb884cb..389134a1 100644 --- a/Web/static/css/main.css +++ b/Web/static/css/main.css @@ -1888,6 +1888,7 @@ body.scrolled .toTop:hover, .toTop.has_down:hover { #ovkDraw { border: 1px solid #757575; + min-height: 510px; } #ovkDraw .lc-drawing.with-gui { @@ -1896,6 +1897,7 @@ body.scrolled .toTop:hover, .toTop.has_down:hover { #ovkDraw .literally { border-radius: 0; + height: 510px; } #ovkDraw .literally .lc-picker,