mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
OpenVK Modern: fix fastmenu (#651)
This commit is contained in:
parent
dc6d0e7374
commit
e87cb2deac
1 changed files with 18 additions and 0 deletions
|
@ -230,3 +230,21 @@ input[type=checkbox] {
|
||||||
#votesBalance {
|
#votesBalance {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.floating_sidebar {
|
||||||
|
position: fixed;
|
||||||
|
top: 50px;
|
||||||
|
right: 0;
|
||||||
|
align-items: start;
|
||||||
|
width: 21%;
|
||||||
|
}
|
||||||
|
.minilink .counter {
|
||||||
|
background-color: #2B587A;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0.5px 2px;
|
||||||
|
left: 10px;
|
||||||
|
font-size: 7px;
|
||||||
|
color: #fff;
|
||||||
|
position: absolute;
|
||||||
|
margin-top: -6px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue