Merge pull request #4975 from nextcloud/stable12-4974
Fixes visible sidebar even if hidden is applied
This commit is contained in:
commit
6e2139f60e
|
@ -117,6 +117,9 @@ kbd {
|
|||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
&.without-app-settings {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue