mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
OpenVK Modern: Fix appearence of profile bg images (#807)
This commit is contained in:
parent
65a232b6ef
commit
fb8007c47f
1 changed files with 11 additions and 0 deletions
|
@ -234,3 +234,14 @@ input[type=checkbox] {
|
|||
.floating_sidebar,.floating_sidebar.show {
|
||||
display:none
|
||||
}
|
||||
|
||||
#backdrop:before {
|
||||
content:"";
|
||||
display:block;
|
||||
position:fixed;
|
||||
top:0;
|
||||
left:0;
|
||||
height:42px;
|
||||
width:100%;
|
||||
background-color:#3c3c3c
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue