diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 21:18:21 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 21:19:28 +0200 |
commit | 9063a25bb44d43b30cb10372b5b33901a4922e0e (patch) | |
tree | d1369b2b0bb0788debbf8b890bacba6c4039315b /core/css | |
parent | 9748597215813e4f501f6d16128af6104af79712 (diff) | |
download | nextcloud-server-9063a25bb44d43b30cb10372b5b33901a4922e0e.tar.gz nextcloud-server-9063a25bb44d43b30cb10372b5b33901a4922e0e.zip |
slightly widen sidebar to 250px, works better with apps and on mobile
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/apps.css | 4 | ||||
-rw-r--r-- | core/css/mobile.css | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index f48750545f3..ebb0c269000 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -18,7 +18,7 @@ /* Navigation: folder like structure */ #app-navigation { - width: 230px; + width: 250px; height: 100%; float: left; -moz-box-sizing: border-box; box-sizing: border-box; @@ -193,7 +193,7 @@ /* settings area */ #app-settings { position: fixed; - width: 229px; + width: 249px; bottom: 0; border-top: 1px solid #ccc; } diff --git a/core/css/mobile.css b/core/css/mobile.css index e7e646ed88f..1e048cd766b 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -73,7 +73,7 @@ } #app-navigation { - width: 230px !important; + width: 250px !important; } #app-content { |