Unlock the Sidebar Width in Firefox
This post will guide you through unlocking the sidebar width in Firefox. It will let you resize it beyond what is possible by default. We will be setting both the maximum, and the minimum width. You will have a chance to customize these values once at the right step.
Why Would Anyone Want to Do This?
- To enhance the use of the Firefox Side View extension.
- To compliment the use of one of my Firefox sidebar extensions.
Step-by-Step Instructions
- In a new tab, navigate to
about:support
. - Under
Application Basics
, findProfile Folder
. - Locate and click the
Open Folder
button next to it. It will be next to an address similar to:
%appdata%\Mozilla\Firefox\Profiles\{profile-id}.default
[^1] - Inside your Firefox Profile Folder, create a new folder named:
chrome
. - Inside the newly created chrome folder, create a new file named:
userChrome.css
. - Copy the following code[^2], paste as content and save:
/* You may change the units to any length you find more convenient. */
#sidebar-box {
max-width: 40% !important;
min-width: 300px !important;
}
- Finally, in a new tab, navigate to
about:config
, search fortoolkit.legacyUserProfileCustomizations.stylesheets
, and change its value totrue
. - Restart Firefox and test it out!