some fixes

This commit is contained in:
Bryan Ramos 2023-06-07 09:35:08 -04:00
parent c55a1f9bd4
commit de2b6322fb
4 changed files with 19 additions and 3 deletions

View file

@ -21,5 +21,21 @@
"geo.enabled" = false;
"privacy.trackingprotection.enabled" = true;
userChrome = ''
#toolbar-menubar {
visibility: collapse !important;
margin-top: -22px !important;
}
:root[tabsintitlebar] #toolbar-menubar[autohide="true"] ~ #TabsToolbar .titlebar-placeholder[type="menubar"],
:root:not([tabsintitlebar]) #toolbar-menubar[autohide="true"] ~ #TabsToolbar {
display: none;
}
#toolbar-menubar[autohide="true"] ~ #TabsToolbar {
padding-top: 0 !important;
}
'';
};
}