fix: remove mozilla services from app menu, p=#10890

This commit is contained in:
Mingyuan Zhao
2025-10-21 19:43:37 -04:00
committed by GitHub
parent 1d4e246d6a
commit 30ed837ad8

View File

@@ -33,6 +33,12 @@
display: none !important;
}
/* hide Mozilla services from the app menu */
#PanelUI-fxa-menu-services,
#PanelUI-fxa-cta-menu {
display: none !important;
}
body > #confetti {
z-index: 1;
}