From 8eadc2fbd7c4c22b199a36b7d8dbe98277a1fb06 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 16 May 2014 17:41:31 +0200 Subject: fix navigation bubble width and height on mobile --- core/css/header.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/css/header.css b/core/css/header.css index 45489038320..e93f91f6de4 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -37,8 +37,8 @@ #navigation { top: 45px; bottom: initial; - width: 255px; - max-height: 90%; + width: 265px; + max-height: 85%; margin-top: 0; top: 45px; background-color: rgba(36, 40, 47, .97); -- cgit v1.2.3