Merge pull request #15190 from owncloud/hide-update-notification-on-mobile

do not show update notification on mobile, fix overlapping of header menus
remotes/origin/etag-endpoint
Morris Jobke 10 years ago
commit 285f9e32e5
  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