Guest User

userChrome.css

a guest
Jun 3rd, 2021
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.81 KB | None | 0 0
  1. #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
  2.   opacity: 0;
  3.   pointer-events: none;
  4. }
  5.  
  6. #main-window:not([tabsintitlebar="true"]) #TabsToolbar {
  7.     visibility: collapse !important;
  8. }
  9.  
  10. #nav-bar {
  11.     margin-right:140px;
  12. }
  13.  
  14. /* Some space on top to allow window dragging */
  15. #titlebar {
  16.     appearance: none !important;
  17.     height: 5px;
  18. }
  19.  
  20. /* Fix for main menu calling by Alt button */
  21. #titlebar > #toolbar-menubar {
  22.     margin-top: 10px;
  23. }
  24.  
  25. .titlebar-buttonbox-container {
  26.   display: block;
  27.   height: 50px;
  28.   margin-top: -5px;
  29. }
  30.  
  31. .titlebar-buttonbox-container .titlebar-button {
  32.   display: block;
  33.   height: 45px;
  34. }
  35.  
  36. /* Hide sidebar header */
  37. #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
  38.   display: none;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment