From 1c7651779a65559f0e388a344d3fdcd1da58cb7b Mon Sep 17 00:00:00 2001 From: ayato <58212796+ayaaop@users.noreply.github.com> Date: Sat, 14 Dec 2024 23:50:35 +0500 Subject: [PATCH] Remove min-height from dialogue boxes I don't think setting a minimum height serves any purpose. It leaves an ugly blank space on dialogues that have text smaller than 110px though. --- Web/static/css/dialog.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/Web/static/css/dialog.css b/Web/static/css/dialog.css index 4423920e..11c1ddb8 100644 --- a/Web/static/css/dialog.css +++ b/Web/static/css/dialog.css @@ -16,7 +16,6 @@ body.dimmed > .dimmer #absolute_territory { z-index: 1024; position: fixed; width: 420px; - min-height: 200px; top: 50%; left: 50%; margin-right: -50%; @@ -50,7 +49,6 @@ body.dimmed > .dimmer #absolute_territory { .ovk-diag-body { padding: 20px; - min-height: 110px; } .ovk-diag-action {