mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Merge pull request #4974 from nextcloud/fix-hidden-sidebar
Fixes visible sidebar even if hidden is applied
This commit is contained in:
commit
5cecaae91f
@ -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
Block a user