do not show update notification on mobile, fix overlapping of header menus, fix #10544
This commit is contained in:
parent
e188f0e436
commit
090eb832f0
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue