summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-14 09:14:52 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-14 09:14:52 +0100
commit84c96c2bf701711cc54d1bb44b49e364123a5aa9 (patch)
tree73cc66d4da9b7c97efcfd63c1c25b74759e716e9
parent5fcfb2ef84d21691545d946fd2f244889dedab0a (diff)
downloadnextcloud-server-84c96c2bf701711cc54d1bb44b49e364123a5aa9.tar.gz
nextcloud-server-84c96c2bf701711cc54d1bb44b49e364123a5aa9.zip
mobile: don't require a minimum width for controls bar
-rw-r--r--core/css/mobile.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css
index a63aa902d34..15ff8c65458 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -18,5 +18,10 @@
display: none;
}
+/* don’t require a minimum width for controls bar */
+#controls {
+ min-width: initial !important;
+}
+
}