mirror of
https://github.com/CaptaiNiveau/FirefoxSidebar.git
synced 2024-11-21 22:32:49 +00:00
Update readme.md
This commit is contained in:
parent
f20e3c5516
commit
2e04e18283
1 changed files with 3 additions and 8 deletions
11
readme.md
11
readme.md
|
@ -69,13 +69,13 @@ Please backup the `prefs.css` and the `custom.css` files before updating to a ne
|
|||
|
||||
There are a number of preferences you can enable or disable in the `prefs.css` file. There are examples and descriptions of the different preferences within that file.
|
||||
|
||||
### Custom Extensions
|
||||
### Custom Tweaks
|
||||
|
||||
For ease of use I suggest using the `custom.css` file to for your personal tweaks.
|
||||
|
||||
### If you use FF without the bookmarks bar
|
||||
|
||||
Then the sidebar switcher will be missing, you need to add this to your userChrome.css
|
||||
Then the sidebar switcher will be missing, you need to add this to your custom.css
|
||||
|
||||
```
|
||||
#sidebar-box {
|
||||
|
@ -83,11 +83,6 @@ Then the sidebar switcher will be missing, you need to add this to your userChro
|
|||
}
|
||||
```
|
||||
|
||||
## Other Considerations
|
||||
|
||||
If you dislike some of my my other changes to FF (added vivaldi's folder icon, removed the superbox, cleaned up the borders, removed the titlebar) then remove everything below CUSTOM MODIFICATIONS in userChrome.css
|
||||
|
||||
|
||||
## TreeStyleTabs (Legacy)
|
||||
|
||||
Either add the treestyletabs.css to your TST addon preferences or import the treestyletabs-\*.json preferences to your TST addon (_prefered_)
|
||||
Either add the firefox/treestyletabs.css to your TST addon preferences or import the treestyletabs-\*.json preferences to your TST addon (_prefered_)
|
||||
|
|
Loading…
Reference in a new issue