Skip to content

Instantly share code, notes, and snippets.

@jrdnbwmn
Created January 9, 2018 20:31
Show Gist options
  • Select an option

  • Save jrdnbwmn/fed2a64338c5ea35183c8ac972aa316e to your computer and use it in GitHub Desktop.

Select an option

Save jrdnbwmn/fed2a64338c5ea35183c8ac972aa316e to your computer and use it in GitHub Desktop.
My Firefox Quantum adjustments
@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