This commit is contained in:
mr. m
2025-10-22 08:40:00 +02:00
2 changed files with 8 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ zen-generic-next = Далі
# These labels will be used for the site data panel settings
zen-site-data-setting-allow = Дозволено
zen-site-data-setting-block = Заблоковано
zen-site-data-setting-cross-site = Cross-Site cookie
zen-site-data-setting-cross-site = Міжсайтові cookie
zen-site-data-security-info-extension =
.label = Розширення
zen-site-data-security-info-secure =
@@ -76,7 +76,7 @@ zen-site-data-share =
.label = Поділитися цією сторінкою
zen-urlbar-copy-url-button =
.tooltiptext = Копіювати URL-адресу
zen-site-data-setting-site-protection = Tracking Protection
zen-site-data-setting-site-protection = Захист від відстеження
# Section: Feature callouts

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;
}