mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: add tree-style-tab userChrome configuration
This commit is contained in:
parent
22e452a872
commit
3c0c1bfb32
1 changed files with 9 additions and 0 deletions
|
|
@ -20,6 +20,15 @@ in {
|
|||
|
||||
profiles = {
|
||||
default = {
|
||||
userChrome = ''
|
||||
/* Only works in Firefox if layout.css.has-selector.enabled is set to true in about:config . */
|
||||
html#main-window body:has(#sidebar-box[sidebarcommand=treestyletab_piro_sakura_ne_jp-sidebar-action][checked=true]:not([hidden=true])) #TabsToolbar {
|
||||
visibility: collapse !important;
|
||||
}
|
||||
'';
|
||||
settings = {
|
||||
"layout.css.has-selector.enabled" = true;
|
||||
};
|
||||
extensions.packages = let
|
||||
addons = nur.repos.rycee.firefox-addons;
|
||||
in [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue