diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-21 16:40:39 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-21 16:40:39 +0100 |
commit | 9b9b6ec31eac005f98bf38e691f81812335544e9 (patch) | |
tree | 4e09d23ee4ef31b67d557756be91e0e5144f6ada /core | |
parent | f2566e649ffd944dd5dfea3ba38124fef9472ed8 (diff) | |
download | nextcloud-server-9b9b6ec31eac005f98bf38e691f81812335544e9.tar.gz nextcloud-server-9b9b6ec31eac005f98bf38e691f81812335544e9.zip |
mobile: set a width for navigation popover to it's always 3 columns
Diffstat (limited to 'core')
-rw-r--r-- | core/css/mobile.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index dbe1c55a560..c67ac3e5ecf 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -34,8 +34,7 @@ #navigation { top: 45px; bottom: initial; - width: 90%; - max-width: 320px; + width: 255px; max-height: 90%; margin-top: 0; top: 45px; |