mirror of
https://github.com/openvk/openvk
synced 2025-04-19 22:53:06 +03:00
Merge remote-tracking branch 'origin/master' into banned-links-fixed
This commit is contained in:
commit
d631c7f13c
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,6 @@ body.dimmed > .dimmer #absolute_territory {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ovk-diag-head {
|
.ovk-diag-head {
|
||||||
height: 25%;
|
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: #757575;
|
background-color: #757575;
|
||||||
border-bottom: 1px solid #3e3e3e;
|
border-bottom: 1px solid #3e3e3e;
|
||||||
|
@ -49,11 +48,12 @@ body.dimmed > .dimmer #absolute_territory {
|
||||||
|
|
||||||
.ovk-diag-body {
|
.ovk-diag-body {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
overflow-y: auto;
|
||||||
|
max-height: 80vh
|
||||||
}
|
}
|
||||||
|
|
||||||
.ovk-diag-action {
|
.ovk-diag-action {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
height: 25%;
|
|
||||||
background-color: #d4d4d4;
|
background-color: #d4d4d4;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue