Last active
March 13, 2016 21:03
-
-
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.
This file contains 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
/* 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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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