summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-21 16:40:39 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-21 16:40:39 +0100
commit9b9b6ec31eac005f98bf38e691f81812335544e9 (patch)
tree4e09d23ee4ef31b67d557756be91e0e5144f6ada /core
parentf2566e649ffd944dd5dfea3ba38124fef9472ed8 (diff)
downloadnextcloud-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.css3
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;