Skip to content

Instantly share code, notes, and snippets.

@alexblackie
Last active April 27, 2018 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexblackie/664c7960c3a8cb3fd7db720b32c2218d to your computer and use it in GitHub Desktop.
Save alexblackie/664c7960c3a8cb3fd7db720b32c2218d to your computer and use it in GitHub Desktop.
Improve spacing and padding in Firefox 60 CSD in GNOME
/**
** 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