css: fix default skin after all the changes made to Colibris

This commit is contained in:
Sebastian Castro 2020-04-09 08:40:49 +02:00 committed by muxator
parent 7fb086edbe
commit 21de2bf4a0
7 changed files with 13 additions and 8 deletions

View file

@ -98,7 +98,7 @@ body.doesWrap:not(.noprewrap) > div {
#sidediv:not(.sidedivdelayed) { /* before sidediv get initialized, hide text */
color: transparent;
}
.sidedivhidden {
#sidediv.sidedivhidden {
/* Do not use display: none to hide the sidediv, otherwise the parent container does not
get its height properly calculated by flexboxes */
visibility: hidden;