A collection of custom styles to enhance the Firefox user interface, including specific styles for the Sidebar Tabs extension.
This repository houses the userChrome.css
which modifies the look and feel of Firefox's user interface to have vertical tabs behave like Brave Browser / Microsoft Edge.
Additionally, it contains styles for the Sidebar Tabs extension to enhance its behavior.
- Navigate to your Firefox profile directory.
- If it doesn't exist, create a
chrome
directory. - Copy the
userChrome.css
from this repository into that directory. - Restart Firefox to see the changes.
- For Sidebar Tabs styles, navigate to the extension's settings, select
Apply user stylesheet
, and copy the contents ofsidebartabs.user.css
from this repository into the text box.- moz-extension://bb862881-b440-466e-9965-91c46a6fe164/html/options.html
- Ensure
Sidebar Tabs
is enabled, and able to run in Private Windows
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.