mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
OpenVK Modern: Hide floating sidebar (#706)
Он нам и нафиг не нужон сидебар ваш)))))))))))))))))))))))
This commit is contained in:
parent
5769d4060f
commit
343acabff2
1 changed files with 3 additions and 17 deletions
|
@ -223,7 +223,7 @@ input[type=checkbox] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ovk-diag-action {
|
.ovk-diag-action {
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -231,20 +231,6 @@ input[type=checkbox] {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.floating_sidebar {
|
.floating_sidebar,.floating_sidebar.show {
|
||||||
position: fixed;
|
display:none
|
||||||
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