mirror of
https://github.com/openvk/openvk
synced 2025-04-19 14:43:01 +03:00
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:
parent
4541ce1afe
commit
1c7651779a
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue