summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-25 12:43:05 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-25 16:55:33 +0100
commit9bc1f0a67ab3ddbb7dca2d85ea9fc0b7a8365e21 (patch)
treeca7b1115aecbe787c408eafdee7ced22efa6d396
parente4d8dc782513c9a725f79deb6a4cb725193a64a8 (diff)
downloadnextcloud-server-9bc1f0a67ab3ddbb7dca2d85ea9fc0b7a8365e21.tar.gz
nextcloud-server-9bc1f0a67ab3ddbb7dca2d85ea9fc0b7a8365e21.zip
do not show update notification on mobile, fix overlapping of header menus, fix #10544
-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;