fix(messagebox): remove min-height from dialogue boxes (#1188)

This commit is contained in:
ayato 2024-12-15 20:04:52 +05:00 committed by GitHub
parent 4541ce1afe
commit e67963ed37
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;
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 {