Skip to content

Instantly share code, notes, and snippets.

@sys9kdr
Last active November 27, 2017 01:58
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 sys9kdr/ddc295eee3a016b665c5ffcfded54ffb to your computer and use it in GitHub Desktop.
Save sys9kdr/ddc295eee3a016b665c5ffcfded54ffb to your computer and use it in GitHub Desktop.
My userChrome.css
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url("chrome://browser/content/browser.xul"){
#main-window:not([sizemode=normal]) #TabsToolbar{
margin-top: 1px !important;
}
#:root:not([uidensity="compact"]) back-button{
border-radius: 0 !important;
}
:root:not([uidensity="compact"]) #back-button > .toolbarbutton-icon{
border-radius: 0 !important;
border: none !important;
}
#main-window[sizemode=normal] #titlebar{
height: 64px !important;
}
.titlebar-placeholder:nth-child(1){
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment