From: Jan-Christoph Borchardt Date: Wed, 25 Mar 2015 11:43:05 +0000 (+0100) Subject: do not show update notification on mobile, fix overlapping of header menus, fix ... X-Git-Tag: v8.1.0alpha1~181^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=090eb832f06b784e19e69edc9430b067597f7bbb;p=nextcloud-server.git do not show update notification on mobile, fix overlapping of header menus, fix #10544 --- diff --git a/core/css/mobile.css b/core/css/mobile.css index 662c583efbc..892612fc06a 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;