From 21639514843e5d3490d8a4626a9f647630a865ad Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 13 May 2014 15:13:35 +0200 Subject: [PATCH] reduce width of app sidebar a bit --- core/css/apps.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.5