Skip to content

Instantly share code, notes, and snippets.

@glabra
Last active October 27, 2017 15:59
Show Gist options
  • Save glabra/7e0913f58895b85d376f3fad79e9aacd to your computer and use it in GitHub Desktop.
Save glabra/7e0913f58895b85d376f3fad79e9aacd to your computer and use it in GitHub Desktop.
tabbarを殺すuserChrome.css for fx57
#TabsToolbar {
visibility: collapse !important;
}
#main-window[sizemode="normal"] #navigator-toolbox {
margin-top: -14px !important
}
#main-window[sizemode="maximized"] #navigator-toolbox {
margin-top: -6px !important
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment