mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
css: fix default skin after all the changes made to Colibris
This commit is contained in:
parent
7fb086edbe
commit
21de2bf4a0
7 changed files with 13 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue