Advertisement
Guest User

help ffcss

a guest
Jun 9th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. /* Make all tabs small except selected one */
  2. .tabbrowser-tab[fadein]:not([selected]):not([pinned]) {
  3. max-width: 145px !important;
  4. min-width: 145px !important;
  5. }
  6.  
  7. /* Selected tabs width */
  8. .tabbrowser-tab[selected][fadein]:not([pinned]) {
  9. max-width: 225px !important;
  10. min-width: 225px !important;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement