diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-03-25 15:48:34 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-03-25 15:48:34 +0100 |
commit | 285f9e32e59e309cdb95403d45d307b3c20dca43 (patch) | |
tree | a35c490bcde1ec7e3cbc855e771a2d197a425b7f /core/css | |
parent | bdce8524cb95a84972663f666cac02d3f8dced5e (diff) | |
parent | 090eb832f06b784e19e69edc9430b067597f7bbb (diff) | |
download | nextcloud-server-285f9e32e59e309cdb95403d45d307b3c20dca43.tar.gz nextcloud-server-285f9e32e59e309cdb95403d45d307b3c20dca43.zip |
Merge pull request #15190 from owncloud/hide-update-notification-on-mobile
do not show update notification on mobile, fix overlapping of header menus
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/mobile.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; |