mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
vanadium/firefox: disable treestyle tab
This commit is contained in:
parent
125cf62010
commit
1edcb7b0b2
1 changed files with 0 additions and 10 deletions
|
|
@ -123,11 +123,6 @@ 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;
|
||||
}
|
||||
|
||||
/* monofont tweak */
|
||||
#statuspanel-label {
|
||||
font-family: monospace;
|
||||
|
|
@ -136,9 +131,6 @@ in {
|
|||
font-family: monospace;
|
||||
}
|
||||
'';
|
||||
settings = {
|
||||
"layout.css.has-selector.enabled" = true;
|
||||
};
|
||||
extensions.packages = let
|
||||
addons = nur.repos.rycee.firefox-addons;
|
||||
in [
|
||||
|
|
@ -148,8 +140,6 @@ in {
|
|||
addons.shinigami-eyes
|
||||
|
||||
addons.consent-o-matic
|
||||
|
||||
addons.tree-style-tab
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue