mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 07:25:42 -05:00
* PUSH NOTE : The Moon (Earth).md * PUSH NOTE : Scry Your Tasks.md * PUSH NOTE : Rhizome.md * PUSH NOTE : Rhizomatic Learning.md * PUSH NOTE : Move Your Body.md * PUSH NOTE : Markdown.md * PUSH NOTE : Consistency.md * PUSH NOTE : NeoVim.md * PUSH NOTE : Writing with Outlines.md * PUSH NOTE : Poetry.md * PUSH NOTE : Guitar.md * PUSH NOTE : Tools.md * PUSH NOTE : Unlock Firefox Sidebar.md * PUSH NOTE : Digital Garden.md * PUSH NOTE : Words I Like.md * PUSH NOTE : Quotes Collection.md * PUSH NOTE : Free Facts.md * PUSH NOTE : Chuckwalla.md * PUSH NOTE : Static Site Generators.md * PUSH NOTE : Sweep Your Mind.md * PUSH NOTE : Serif.md * PUSH NOTE : Scope of Work.md * PUSH NOTE : Sans-serif.md * PUSH NOTE : Micropolitan Statistical Area.md * PUSH NOTE : Continuous Care.md * PUSH NOTE : Chords.md * PUSH NOTE : Atomic Notes.md * PUSH NOTE : Arpeggio.md * PUSH NOTE : SSD NVMe Comparison.md * PUSH NOTE : Aurora Borealis Sighting.md * DELETE FILE : content/🌱 Seedlings/Consistency.md * DELETE FILE : content/🌱 Seedlings/Guitar.md * DELETE FILE : content/🌱 Seedlings/Markdown.md * DELETE FILE : content/🌱 Seedlings/Move Your Body.md * DELETE FILE : content/🌱 Seedlings/Rhizomatic Learning.md * DELETE FILE : content/🌱 Seedlings/Rhizome.md * DELETE FILE : content/🌱 Seedlings/Sans-serif.md * DELETE FILE : content/🌱 Seedlings/Scry Your Tasks.md * DELETE FILE : content/🌱 Seedlings/Serif.md * DELETE FILE : content/🌱 Seedlings/Static Site Generators.md * DELETE FILE : content/🌱 Seedlings/The Moon (Earth).md * DELETE FILE : content/🌱 Seedlings/Writing with Outlines.md * DELETE FILE : content/🌳 Evergreen/Arpeggio.md * DELETE FILE : content/🌳 Evergreen/Atomic Notes.md * DELETE FILE : content/🌳 Evergreen/Chords.md * DELETE FILE : content/🌳 Evergreen/Micropolitan Statistical Area.md * DELETE FILE : content/🌳 Evergreen/Sweep Your Mind.md * DELETE FILE : content/🌳 Evergreen/Unlock Firefox Sidebar.md * DELETE FILE : content/🌿 Budding/Chuckwalla.md * DELETE FILE : content/🌿 Budding/Continuous Care.md * DELETE FILE : content/🌿 Budding/Digital Garden.md * DELETE FILE : content/🌿 Budding/Free Facts.md * DELETE FILE : content/🌿 Budding/NeoVim.md * DELETE FILE : content/🌿 Budding/Poetry.md * DELETE FILE : content/🌿 Budding/Quotes Collection.md * DELETE FILE : content/🌿 Budding/Scope of Work.md * DELETE FILE : content/🌿 Budding/Tools.md * DELETE FILE : content/🌿 Budding/Words I Like.md * DELETE FILE : content/📚 Archive/Aurora Borealis Sighting.md * DELETE FILE : content/📚 Archive/SSD NVMe Comparison.md
1.7 KiB
1.7 KiB
| title | tags | compartir | lastmod | category | |
|---|---|---|---|---|---|
| Unlock the Sidebar Width in Firefox |
|
true | 2023-10-02 | Evergreen |
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, find Profile Folder.
- Locate and click the
Open Folderbutton next to it. It will be next to an address similar to:%appdata%\Mozilla\Firefox\Profiles\{profile-id}.default1 - 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, paste as content and save:2
/* 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:configand search fortoolkit.legacyUserProfileCustomizations.stylesheetsand change it totrue. - Restart Firefox and test it out!