diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-14 09:14:52 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-14 09:14:52 +0100 |
commit | 84c96c2bf701711cc54d1bb44b49e364123a5aa9 (patch) | |
tree | 73cc66d4da9b7c97efcfd63c1c25b74759e716e9 | |
parent | 5fcfb2ef84d21691545d946fd2f244889dedab0a (diff) | |
download | nextcloud-server-84c96c2bf701711cc54d1bb44b49e364123a5aa9.tar.gz nextcloud-server-84c96c2bf701711cc54d1bb44b49e364123a5aa9.zip |
mobile: don't require a minimum width for controls bar
-rw-r--r-- | core/css/mobile.css | 5 |
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; +} + } |