Fix sidebar

This commit is contained in:
2021-01-23 09:30:20 +01:00
parent 55d9d84073
commit 3b4c35f173
2 changed files with 7 additions and 2 deletions

View File

@ -837,7 +837,12 @@ ul, li {
color: rgba(220,220,220,0.75);
}
#sidebar-tabs > .collapse, #chat-controls .chat-control-icon {
#sidebar.collapsed {
height: 430px !important;
position: absolute;
}
#sidebar-tabs > .collapsed, #chat-controls .chat-control-icon {
color: rgba(220,220,220,0.75);
text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
}