mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +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 = {
|
profiles = {
|
||||||
default = {
|
default = {
|
||||||
userChrome = ''
|
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 */
|
/* monofont tweak */
|
||||||
#statuspanel-label {
|
#statuspanel-label {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
|
@ -136,9 +131,6 @@ in {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
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 [
|
||||||
|
|
@ -148,8 +140,6 @@ in {
|
||||||
addons.shinigami-eyes
|
addons.shinigami-eyes
|
||||||
|
|
||||||
addons.consent-o-matic
|
addons.consent-o-matic
|
||||||
|
|
||||||
addons.tree-style-tab
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue