Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Multiple Rows of Tabs */
- .tabbrowser-tab:not([pinned]) {min-width:200px;max-width:200px;width:200px !important;}
- .tabbrowser-tab,.tab-background {height:var(--tab-min-height);}
- .tab-stack {width: 100%;}
- #tabbrowser-tabs .scrollbox-innerbox {display: flex;flex-wrap: wrap;}
- #tabbrowser-tabs .arrowscrollbox-scrollbox {overflow: visible;display: block;}
- /* 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 */
- #titlebar,#titlebar-buttonbox{height:var(--tab-min-height + --tab-min-height) !important;}
- #titlebar{margin-bottom:calc(var(--tab-min-height + --tab-min-height)*-1) !important;}
- #main-window[sizemode="maximized"] #titlebar{margin-bottom:calc(6px + var(--tab-min-height)*-1 + --tab-min-height) !important;}
- #main-window[sizemode="maximized"] #TabsToolbar{margin-left:var(--tab-min-height);}
- #titlebar:active{margin-bottom:0 !important;}
- #titlebar:active #titlebar-content{margin-bottom:var(--tab-min-height) !important;}
- #tabbrowser-tabs .scrollbutton-up,.tabbrowser-tabs .scrollbutton-down,#alltabs-button,.tabbrowser-tab:not([fadein]){display: none;}
- /* End MROT */
- /* Hide Tab Close Button */
- #tabbrowser-tabs .tabbrowser-tab .tab-close-button { display:none!important; }
- /* End HTCB */
- /* Remove Useless Shit From Context Menu */
- #context-pocket { display:none!important;}
- #context-sep-sendpagetodevice { display:none!important;}
- #context-sendpagetodevice { display:none!important;}
- #context-savelinktopocket { display:none!important;}
- #context-sendlinktodevice { display:none!important;}
- #context-sep-sendlinktodevice { display:none!important;}
- #context-open-link-foreground { display:none!important;}
- /* End RUSFCM */
Advertisement
Add Comment
Please, Sign In to add comment