Guest User

Untitled

a guest
Jan 30th, 2019
2,012
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.76 KB | None | 0 0
  1. /* Multiple Rows of Tabs */
  2. .tabbrowser-tab:not([pinned]) {min-width:200px;max-width:200px;width:200px !important;}
  3. .tabbrowser-tab,.tab-background {height:var(--tab-min-height);}
  4. .tab-stack {width: 100%;}
  5. #tabbrowser-tabs .scrollbox-innerbox {display: flex;flex-wrap: wrap;}
  6. #tabbrowser-tabs .arrowscrollbox-scrollbox {overflow: visible;display: block;}
  7. /* After Firefox 65, next three lines needed the seemingly redundant extra --tab-min-height variables, unclear why they don't just cancel out but sometimes there's a gap without them so whatever */
  8. #titlebar,#titlebar-buttonbox{height:var(--tab-min-height + --tab-min-height)  !important;}
  9. #titlebar{margin-bottom:calc(var(--tab-min-height + --tab-min-height)*-1) !important;}
  10. #main-window[sizemode="maximized"] #titlebar{margin-bottom:calc(6px + var(--tab-min-height)*-1 + --tab-min-height) !important;}
  11. #main-window[sizemode="maximized"] #TabsToolbar{margin-left:var(--tab-min-height);}
  12. #titlebar:active{margin-bottom:0 !important;}
  13. #titlebar:active #titlebar-content{margin-bottom:var(--tab-min-height) !important;}
  14. #tabbrowser-tabs .scrollbutton-up,.tabbrowser-tabs .scrollbutton-down,#alltabs-button,.tabbrowser-tab:not([fadein]){display: none;}
  15. /* End MROT */
  16.  
  17. /* Hide Tab Close Button */
  18. #tabbrowser-tabs .tabbrowser-tab .tab-close-button { display:none!important; }
  19. /* End HTCB */
  20.  
  21. /* Remove Useless Shit From Context Menu */
  22. #context-pocket { display:none!important;}
  23. #context-sep-sendpagetodevice { display:none!important;}
  24. #context-sendpagetodevice { display:none!important;}
  25. #context-savelinktopocket { display:none!important;}
  26. #context-sendlinktodevice { display:none!important;}
  27. #context-sep-sendlinktodevice { display:none!important;}
  28. #context-open-link-foreground { display:none!important;}
  29. /* End RUSFCM */
Advertisement
Add Comment
Please, Sign In to add comment