From dbfd00897ffed6bb09a9527401af081f97a83b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 20 Apr 2018 14:22:06 +0200 Subject: [PATCH] Also adjust app sidebar offset to new header height MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/apps.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 624f798429..e323195f70 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -581,7 +581,7 @@ kbd { */ #app-sidebar { position: fixed; - top: 45px; + top: 50px; right: 0; left: auto; bottom: 0;