Skip to content
Snippets Groups Projects
Commit 090eb832 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

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

parent e188f0e4
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