mirror of
https://github.com/openvk/openvk
synced 2025-06-07 22:59:58 +03:00
feat: enlarge graffiti
This commit is contained in:
parent
54f40a7296
commit
352cfa9831
2 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,7 @@ body.dimmed > .dimmer #absolute_territory {
|
||||||
.ovk-diag-body {
|
.ovk-diag-body {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: 80vh
|
max-height: 83vh
|
||||||
}
|
}
|
||||||
|
|
||||||
.ovk-diag-action {
|
.ovk-diag-action {
|
||||||
|
|
|
@ -1888,6 +1888,7 @@ body.scrolled .toTop:hover, .toTop.has_down:hover {
|
||||||
|
|
||||||
#ovkDraw {
|
#ovkDraw {
|
||||||
border: 1px solid #757575;
|
border: 1px solid #757575;
|
||||||
|
min-height: 510px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ovkDraw .lc-drawing.with-gui {
|
#ovkDraw .lc-drawing.with-gui {
|
||||||
|
@ -1896,6 +1897,7 @@ body.scrolled .toTop:hover, .toTop.has_down:hover {
|
||||||
|
|
||||||
#ovkDraw .literally {
|
#ovkDraw .literally {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
height: 510px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ovkDraw .literally .lc-picker,
|
#ovkDraw .literally .lc-picker,
|
||||||
|
|
Loading…
Reference in a new issue