From 090eb832f06b784e19e69edc9430b067597f7bbb Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 25 Mar 2015 12:43:05 +0100 Subject: [PATCH] do not show update notification on mobile, fix overlapping of header menus, fix #10544 --- core/css/mobile.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/css/mobile.css b/core/css/mobile.css index 662c583efb..892612fc06 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -54,6 +54,11 @@ display: none; } +/* do not show update notification on mobile */ +#update-notification { + display: none !important; +} + /* position share dropdown */ #dropdown { margin-right: 10% !important;