centered_tab_content.css 578 B

1234567891011121314
  1. /* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/centered_tab_content.css made available under Mozilla Public License v. 2.0
  2. See the above repository for updates as well as full license text. */
  3. .tabbrowser-tab[selected]:not(:hover):not([pinned]) .tab-label-container,
  4. #tabbrowser-tabs:not([closebuttons="activetab"]) .tabbrowser-tab:not(:hover):not([pinned]) .tab-label-container{
  5. padding-inline-end: 6px !important;
  6. }
  7. .tab-icon-stack{
  8. margin-inline-start: auto
  9. }
  10. .tab-label-container{
  11. max-width: min-content;
  12. margin-inline-end: auto;
  13. }