summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/mobile.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css
index a98547596b2..66b6dac7b0f 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;