Firefox Compact View to Optimize Screen Space
Jake G April 02, 2022 #Firefox #Configuration #AppearanceNewer Firefox Versions keep taking more and more of my screen space for the title, bookmarks, and bookmarks bar.
Even the bookmarks themselves have more padding around them, so less of them fit into a given amount of space.
For me I need Firefox to offer utility over style.
Here are the steps to reclaim and make better use of your screen space.
Open firefox browser and enter about:config
into the address bar and hit enter, click show all.
change these values:
- browser.uidensity
1
- browser.tabs.inTitlebar
1
- browser.proton.contextmenus.enabled
false
(Create this as Boolean by clicking the + and set to false) - toolkit.legacyUserProfileCustomizations.stylesheets
true
next copy this userChrome.css
file to your firefox profile folders, eg:
/home/jake/.mozilla/firefox/2i2v2j27.default-release/chrome/userChrome.css
/*
open firefox browser and enter about:config into the address bar and hit enter
change these values:
browser.uidensity 1
browser.proton.contextmenus.enabled false
toolkit.legacyUserProfileCustomizations.stylesheets true
next copy this userChrome.css file to your firefox profile folders, eg:
/home/jake/.mozilla/firefox/2i2v3j21.default-release/chrome/userChrome.css
*/
/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/
}
}
/*** Proton Tabs Tweaks ***/
/* Adjust tab corner shape, optionally remove space below tabs */
}
}
}
/* Container color bar visibility */
}
/* Override Normal Density height to Compact Density height only for tabs */
}
/* Tweak for covering a line at the bottom of the active tab on some themes 8/11/2021 */
}
}
/* [Connected Tabs] Set a max height based on min-height plus margin-block: 1px 0 */
}
/* [Connected Tabs] Adjust padding around icons on buttons to avoid crushed images */
}
/* Tweak Options as of 8/13/2021; Generated Sat Sep 18 2021 23:13:45 GMT-0700 (Pacific Daylight Time) */