Last active
April 27, 2018 14:14
-
-
Save alexblackie/664c7960c3a8cb3fd7db720b32c2218d to your computer and use it in GitHub Desktop.
Improve spacing and padding in Firefox 60 CSD in GNOME
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
/** | |
** Usage: | |
* 1. Create "$HOME/.mozilla/firefox/*.default/chrome/" if it doesn't exist | |
* 2. Place this stylesheet as: $HOME/.mozilla/firefox/*.default/chrome/userChrome.css | |
* 3. Restart Firefox. | |
*/ | |
#TabsToolbar { | |
--space-above-tabbar: 10px; | |
} | |
.titlebar-placeholder[type="pre-tabs"], | |
.titlebar-placeholder[type="post-tabs"] { | |
width: 20px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment