Skip to content

Instantly share code, notes, and snippets.

@kobachi
Last active August 29, 2015 14:01
Show Gist options
  • Save kobachi/e56bfda68d084680a74d to your computer and use it in GitHub Desktop.
Save kobachi/e56bfda68d084680a74d to your computer and use it in GitHub Desktop.
Mozilla Firefox 29+: Allways show tabbar with full width
#main-window[sizemode=normal] #titlebar-placeholder-on-TabsToolbar-for-captions-buttons{
display: none !important;
}
#main-window[sizemode=normal] #TabsToolbar{
margin-top: 20px !important;
}
#toolbar-menubar[autohide=false] + #TabsToolbar,
#toolbar-menubar[autohide=true]:not([inactive=true]) + #TabsToolbar{
margin-top: 1px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment