mirror of
https://github.com/CaptaiNiveau/FirefoxSidebar.git
synced 2024-11-21 22:32:49 +00:00
Create readme.md
This commit is contained in:
parent
f6bafa557d
commit
1365544db4
1 changed files with 24 additions and 0 deletions
24
firefox/readme.md
Normal file
24
firefox/readme.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Firefox Utils / Edge-like Vertcal Tabs (but better!)
|
||||
|
||||
Video of the extension in action: [https://i.imgur.com/HaLvkFc.mp4](https://i.imgur.com/HaLvkFc.mp4)
|
||||
|
||||
To use my custom TST addons you will need to copy the userChrome.css to your firefox profile, add the treestyletabs.css to your TST addon preferences or just add the treestyletabs.json preferences to your TST addon.
|
||||
|
||||
## If you use FF without the bookmarks bar
|
||||
|
||||
Then the sidebar switcher will be missing, you need to add this to your userChrome.css
|
||||
|
||||
```
|
||||
#sidebar-box {
|
||||
--menubar-height: -40px;
|
||||
}
|
||||
```
|
||||
|
||||
## Benefits:
|
||||
|
||||
- Edge-like Vertical tab design
|
||||
- Dynamic Indentation (for tree style)
|
||||
|
||||
## Other Considerations
|
||||
|
||||
If you dislike some of my my other changes to FF (added vivaldi's firefox icon, removed the superbox, cleaned up the borders, removed the titlebar) then remove everything below CUSTOM MODIFICATIONS in userChrome.css
|
Loading…
Reference in a new issue