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.
This commit is contained in:
ayato 2024-12-14 23:50:35 +05:00 committed by GitHub
parent 4541ce1afe
commit 1c7651779a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,6 @@ body.dimmed > .dimmer #absolute_territory {
z-index: 1024; z-index: 1024;
position: fixed; position: fixed;
width: 420px; width: 420px;
min-height: 200px;
top: 50%; top: 50%;
left: 50%; left: 50%;
margin-right: -50%; margin-right: -50%;
@ -50,7 +49,6 @@ body.dimmed > .dimmer #absolute_territory {
.ovk-diag-body { .ovk-diag-body {
padding: 20px; padding: 20px;
min-height: 110px;
} }
.ovk-diag-action { .ovk-diag-action {