OpenVK Modern: Hide floating sidebar (#706)

Он нам и нафиг не нужон сидебар ваш)))))))))))))))))))))))
This commit is contained in:
ayaao 2022-09-04 02:08:47 +06:00 committed by GitHub
parent 5769d4060f
commit 343acabff2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }