mirror of
https://github.com/nextcloud/server.git
synced 2026-03-03 14:01:34 -05:00
Merge pull request #19590 from owncloud/compactmode-sidebarfullscreen
Make sidebar properly fullscreen in mobile/compact mode
This commit is contained in:
commit
94c0cc1bb3
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
}
|
||||
|
||||
#app-sidebar{
|
||||
width: 100%;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* allow horizontal scrollbar in settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue