Advertisement
Guest User

Untitled

a guest
Oct 19th, 2024
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | Source Code | 0 0
  1. /* To hide horizontal tabs at the top of the window */
  2. #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
  3.   opacity: 0;
  4.   pointer-events: none;
  5. }
  6.  
  7. #main-window:not([tabsintitlebar="true"]) #TabsToolbar {
  8.     visibility: collapse !important;
  9. }
  10.  
  11.  
  12. /* Hide the "Tree Style Tab" header at the top of the sidebar */
  13. #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
  14.   display: none;
  15. }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement