OpenVK Modern: fix fastmenu (#651)

This commit is contained in:
ayaao 2022-08-21 22:33:13 +06:00 committed by GitHub
parent dc6d0e7374
commit e87cb2deac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,3 +230,21 @@ input[type=checkbox] {
#votesBalance {
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;
}