Created
January 9, 2018 20:31
-
-
Save jrdnbwmn/fed2a64338c5ea35183c8ac972aa316e to your computer and use it in GitHub Desktop.
My Firefox Quantum adjustments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
| /* Font size in tabs */ | |
| .tab-text { | |
| font-size: 12px !important; | |
| } | |
| /* Padding and font size of bookmark toolbar */ | |
| #PersonalToolbar { | |
| padding-top: 3px !important; | |
| padding-bottom: 5px !important; | |
| font-size: 12px !important; | |
| } | |
| /* Space between bookmarks in bookmark toolbar */ | |
| #PersonalToolbar .bookmark-item { | |
| margin-right: 2px !important; | |
| } | |
| /* Space to the left of the window controls */ | |
| #titlebar { | |
| margin-left: 5px; | |
| } | |
| /* Space between window controls and tabs */ | |
| .titlebar-placeholder { | |
| margin-left: -15px; | |
| padding: 0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment