OpenVK Modern: Fix appearence of profile bg images (#807)

This commit is contained in:
ayaao 2022-12-15 02:18:16 +06:00 committed by GitHub
parent 65a232b6ef
commit fb8007c47f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,3 +234,14 @@ input[type=checkbox] {
.floating_sidebar,.floating_sidebar.show { .floating_sidebar,.floating_sidebar.show {
display:none display:none
} }
#backdrop:before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
height:42px;
width:100%;
background-color:#3c3c3c
}