diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-02-25 21:45:32 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-02-25 21:46:47 +0100 |
commit | 0772bee15f0cb613f817652696d774c3216d36b5 (patch) | |
tree | 2e0e39ae810a8ea2a0bb2b86dca1d7e09bdeadc6 /core/css/apps.css | |
parent | cb41b1a86397579d55e0ce96e67b80a83037d1d2 (diff) | |
download | nextcloud-server-0772bee15f0cb613f817652696d774c3216d36b5.tar.gz nextcloud-server-0772bee15f0cb613f817652696d774c3216d36b5.zip |
do not expand sidebar to full width on mobile, but up the min-width, fix #19915
Diffstat (limited to 'core/css/apps.css')
-rw-r--r-- | core/css/apps.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 9afd7044345..135574e112b 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -445,7 +445,7 @@ left: auto; bottom: 0; width: 27%; - min-width: 250px; + min-width: 300px; display: block; background: #fff; border-left: 1px solid #eee; |