diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-29 15:00:53 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-29 15:00:53 +0100 |
commit | 527fb1f9198c0d9588cf224f9fffaa63702d7e2a (patch) | |
tree | 8dc8def365185c6318e0c36e61b176bc462e9beb /core/css/apps.css | |
parent | a38e8b6436ccfe173b4d368d094753c71bdbd69f (diff) | |
parent | 0772bee15f0cb613f817652696d774c3216d36b5 (diff) | |
download | nextcloud-server-527fb1f9198c0d9588cf224f9fffaa63702d7e2a.tar.gz nextcloud-server-527fb1f9198c0d9588cf224f9fffaa63702d7e2a.zip |
Merge pull request #22663 from owncloud/sidebar-mobile
do not expand sidebar to full width on mobile, but up the min-width
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 c4e2d11b6fc..de40c40dfc5 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; |