diff --git a/core/css/mobile.css b/core/css/mobile.css
index 662c583efbc4b5ab1a29fddde957330eb635d40d..892612fc06a30f69171cb4bc2397d66a751c80d3 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;