mirror of
https://github.com/openvk/openvk
synced 2025-04-19 22:53:06 +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;
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue