do not show update notification on mobile, fix overlapping of header menus, fix #10544

This commit is contained in:
Jan-Christoph Borchardt 2015-03-25 12:43:05 +01:00
parent e188f0e436
commit 090eb832f0

View file

@ -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;