mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
some fixes
This commit is contained in:
parent
c55a1f9bd4
commit
de2b6322fb
4 changed files with 19 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue