Merge pull request #15190 from owncloud/hide-update-notification-on-mobile
do not show update notification on mobile, fix overlapping of header menus
This commit is contained in:
commit
285f9e32e5
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue