Skip to content

Instantly share code, notes, and snippets.

@samnabi
Last active March 13, 2016 21:03
Show Gist options
  • Save samnabi/1e20113aae0bf23676db to your computer and use it in GitHub Desktop.
Save samnabi/1e20113aae0bf23676db to your computer and use it in GitHub Desktop.
Compact Firefox chrome for Mac OS X 10.11 (El Capitan). Make the most of vertical space while increasing font size.
/* Vertically-centred close/minimize/fullscreen buttons */
#titlebar-buttonbox-container {
margin-top: 7px !important;
}
/* Move tabs to top edge of window */
#TabsToolbar {
margin: -16px 0 0 !important;
padding: 0 !important;
height: 30px !important;
}
/* Larger text in tabs and URL bar */
.tab-text {
font-size: 12px !important;
}
#urlbar {
font-size: 14px !important;
}
/* Reduce vertical space around URL bar */
#nav-bar-customization-target {
margin-top: -4px !important;
margin-bottom: -4px !important;
}
@plancock
Copy link

I think this is addressing a problem I see after installing El Capitan. The font size in the tab headings and address bar makes themalmost illegible. Would anyone be kind enough to explain how I might be able to make use of this, given that I'm not familiar with software coding.

Thanks,

Paul Hancock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment