Skip to content
Snippets Groups Projects
Commit 285f9e32 authored by Morris Jobke's avatar Morris Jobke
Browse files

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

do not show update notification on mobile, fix overlapping of header menus
parents bdce8524 090eb832
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,11 @@ ...@@ -54,6 +54,11 @@
display: none; display: none;
} }
/* do not show update notification on mobile */
#update-notification {
display: none !important;
}
/* position share dropdown */ /* position share dropdown */
#dropdown { #dropdown {
margin-right: 10% !important; margin-right: 10% !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment