style(nix/floorp): Vertical tab is too small on my thinkpad setup
This commit is contained in:
parent
75ab123b88
commit
8a1480a9b7
4 changed files with 6 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# REF: https://github.com/nix-community/home-manager/blob/342a1d682386d3a1d74f9555cb327f2f311dda6e/modules/programs/firefox/mkFirefoxModule.nix#L264
|
||||
package = null; # we only want the config
|
||||
profiles.${vars.name} = {
|
||||
userChrome = builtins.readFile ../../files/floorp/userChrome.css;
|
||||
userChrome = builtins.replaceStrings ["/*ZI:VERTICAL-TAB-HOVER-WIDTH-IN-EM*/"] ["${builtins.toString vars.floorp.verticalTabHoverWidthInEm}em"] (builtins.readFile ../../files/floorp/userChrome.css);
|
||||
settings = {
|
||||
"browser.toolbars.bookmarks.visibility" = "newtab";
|
||||
"floorp.browser.sidebar.is.displayed" = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue