From cf805181e678dc3808a1b66682d90a5db3324a4b Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Tue, 28 Jan 2014 14:11:35 +0700 Subject: [PATCH] Hide extra space taken up by update notification See #1995 --- core/client/assets/sass/modules/global.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/client/assets/sass/modules/global.scss b/core/client/assets/sass/modules/global.scss index fa058f3788..0db58341f4 100644 --- a/core/client/assets/sass/modules/global.scss +++ b/core/client/assets/sass/modules/global.scss @@ -1028,6 +1028,12 @@ nav { background: $blue; } +// Hide extra space taken up by update notification +.update-available main { + bottom: 56px; +} + + /* ========================================================================== Modals ========================================================================== */