diff options
Diffstat (limited to 'core')
-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; |