hide nav sync button

This commit is contained in:
tooomm
2025-12-28 19:45:42 +01:00
parent dc5abc41c1
commit a46419bde9
2 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
/* hide navigation sync control and icons */
#nav-sync,
#nav-sync * {
display: none !important;
}
div.nav-sync-icon,
div.nav-sync-icon * {
display: none !important;
}