Advertisement
Guest User

Untitled

a guest
Jul 21st, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. tab-item tab-item-substance {
  2. --tab-size: 32px !important;
  3. height: var(--tab-size);
  4. margin: -2.75px;
  5. }
  6.  
  7. tab-item:not(.pinned) tab-item-substance {
  8. padding-left: 0px !important;
  9. padding-right: 0px !important;
  10. * !important is required when there are enough tabs to cause a scrollbar */
  11. }
  12.  
  13. #tabbar tab-item tab-item-substance:not(:hover) tab-closebox {
  14. display: none;
  15. }
  16.  
  17. #tabbar { scrollbar-width: none; }
  18.  
  19. /*hide space on left used for tree carrot marks, open trees with favicon*/
  20. tab-item tab-twisty {
  21. margin-right: -.75em;
  22. opacity: 0 !important;
  23. position: relative;
  24. z-index: 10000;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement