mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49: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 = {
|
profiles = {
|
||||||
default = {
|
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
|
extensions.packages = let
|
||||||
addons = nur.repos.rycee.firefox-addons;
|
addons = nur.repos.rycee.firefox-addons;
|
||||||
in [
|
in [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue