From: Jan-Christoph Borchardt Date: Tue, 13 May 2014 13:13:35 +0000 (+0200) Subject: reduce width of app sidebar a bit X-Git-Tag: v7.0.0alpha2~139^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=21639514843e5d3490d8a4626a9f647630a865ad;p=nextcloud-server.git reduce width of app sidebar a bit --- diff --git a/core/css/apps.css b/core/css/apps.css index 83569398cec..22eb4e5cf11 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -10,7 +10,7 @@ /* Navigation: folder like structure */ #app-navigation { - width: 300px; + width: 230px; height: 100%; float: left; -moz-box-sizing: border-box; box-sizing: border-box; @@ -175,7 +175,7 @@ /* settings area */ #app-settings { position: fixed; - width: 299px; + width: 229px; bottom: 0; border-top: 1px solid #ccc; }