Skip to content

Instantly share code, notes, and snippets.

@RReverser
Last active December 2, 2017 23:47
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 RReverser/170030241db08f7e43afc01938689885 to your computer and use it in GitHub Desktop.
Save RReverser/170030241db08f7e43afc01938689885 to your computer and use it in GitHub Desktop.
Firefox CSS for nice vertical tabs with TabCenter Redux
/* Hide horizontal tab strip */
#TabsToolbar {
visibility: collapse;
}
/* Reduce width of the navigation panel so that it doesn't conflict with macOS window controls */
#nav-bar:not([inFullscreen]) {
padding-left: 70px;
}
/* Hide "Tabs" header on the sidebar */
#sidebar-box[sidebarcommand="_0ad88674-2b41-4cfb-99e3-e206c74a0076_-sidebar-action"] #sidebar-header {
visibility: collapse;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment