Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Hide Firefox close tab button

encode42 941c2880 8b913f3f

+8
+8
homes/encode42/desktop/firefox.nix
··· 7 7 8 8 programs.firefox = { 9 9 profiles.default = { 10 + userChrome = '' 11 + /* hide tab close buttons when tab bar collapsed */ 12 + /* https://www.reddit.com/r/firefox/comments/1klv475/comment/ms5sf93/ */ 13 + #tabbrowser-tabs[orient=vertical]:not([expanded]) .tabbrowser-tab .tab-close-button { 14 + display: none !important; 15 + } 16 + ''; 17 + 10 18 settings = { 11 19 "sidebar.verticalTabs" = true; 12 20 "sidebar.main.tools" = "history";