mirror of
https://github.com/openvk/openvk
synced 2025-06-07 21:04:40 +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 {
|
||||
padding: 20px;
|
||||
overflow-y: auto;
|
||||
max-height: 80vh
|
||||
max-height: 83vh
|
||||
}
|
||||
|
||||
.ovk-diag-action {
|
||||
|
|
|
@ -1888,6 +1888,7 @@ body.scrolled .toTop:hover, .toTop.has_down:hover {
|
|||
|
||||
#ovkDraw {
|
||||
border: 1px solid #757575;
|
||||
min-height: 510px;
|
||||
}
|
||||
|
||||
#ovkDraw .lc-drawing.with-gui {
|
||||
|
@ -1896,6 +1897,7 @@ body.scrolled .toTop:hover, .toTop.has_down:hover {
|
|||
|
||||
#ovkDraw .literally {
|
||||
border-radius: 0;
|
||||
height: 510px;
|
||||
}
|
||||
|
||||
#ovkDraw .literally .lc-picker,
|
||||
|
|
Loading…
Reference in a new issue