OpenVK Modern: fix display of header links and votes balance

This commit is contained in:
rudzik8 2022-06-15 12:57:39 +07:00
parent 73d0d9f927
commit 7eee3c8cf3

View file

@ -26,6 +26,10 @@ body {
background: unset;
}
.header_navigation .link a:hover {
text-decoration: none;
}
.sidebar {
margin-top: 47px;
position: fixed;
@ -183,3 +187,7 @@ input[type~="search"], textarea, select {
.written {
background: url("/themepack/openvk_modern/0.0.1.0/resource/4.png") no-repeat 0px 1px;
}
#votesBalance {
border-bottom: 1.5px solid #f6f6f6;
}