Hotfix for broken sidebar handling, a full fix is in the works.

This commit is contained in:
Azareal 2019-02-28 19:01:28 +10:00
parent 38c79f6eae
commit 75668db3ea
1 changed files with 1 additions and 1 deletions

View File

@ -1283,7 +1283,7 @@ input[type=checkbox]:checked + label .sel {
.menu_profile {
display: none;
}
#main {
.shrink_main #main {
max-width: calc(100% - 180px);
}
}