Guest User

userchrome.css

a guest
Aug 26th, 2025
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.69 KB | None | 0 0
  1. /* hide normal horizontal tab bar */
  2. #TabsToolbar {
  3.     display: none !important;
  4.  }
  5.  
  6. /* Create space for the sidebar */
  7. toolbox#navigator-toolbox{
  8.     margin-left: 220px !important;
  9. }
  10.  
  11.  
  12. /* Put the sidebar at the top */
  13. vbox#sidebar-box {
  14.     margin-top: -43px !important;
  15. }
  16.  
  17.  
  18. /* Move  min/max/close */
  19. toolbar#nav-bar {
  20.     margin-right: 75px !important;
  21. }
  22.  
  23. .titlebar-buttonbox-container {
  24.     display: block;
  25.     position: fixed !important;
  26.     right: -60px !important; /* Move it to right side */
  27.     top: 5px !important;
  28. }
  29.  
  30. .titlebar-buttonbox{
  31.     position: fixed; /* Fixed position for menu */
  32.     right: 60px !important; /* Move it to right side */
  33. }
  34.  
  35. .titlebar-button {
  36.     padding:0 !important;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment