mirror of
https://github.com/openvk/openvk
synced 2024-12-22 16:42:32 +03:00
fix(messagebox): remove min-height from dialogue boxes (#1188)
This commit is contained in:
parent
4541ce1afe
commit
e67963ed37
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