Fix incredibly minor gripe with Firefox UI layout
This commit is contained in:
parent
81206cbb8a
commit
ae96ffbc0b
1 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.file.".mozilla/firefox/lauren/chrome/userContent.css".text = ''
|
||||
/* Makes 'Open tabs' page useful */
|
||||
view-opentabs-card {
|
||||
width: 1000px !important;
|
||||
}
|
||||
'';
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
#package = pkgs-unstable.firefox;
|
||||
|
@ -66,6 +73,7 @@
|
|||
"extensions.webextensions.ExtensionStorageIDB.enabled" = false;
|
||||
|
||||
"browser.tabs.groups.enabled" = true;
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue