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

remotes/origin/etag-endpoint
Jan-Christoph Borchardt 10 years ago
parent e188f0e436
commit 090eb832f0
  1. 5
      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;

Loading…
Cancel
Save