Advertisement
geraldandy

Untitled

Oct 11th, 2024
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. /* make balhin the hamburger menu */
  2.  
  3. /* move control buttons */
  4. #TabsToolbar .titlebar-buttonbox-container {
  5.   position: fixed;
  6.   right: 0;
  7.   top: 0;
  8.   z-index: 3;
  9. }
  10.  
  11. /* move hmburuger buttons */
  12. #PanelUI-button {
  13.   position: fixed;
  14.   right: 95px;
  15.   top: 5.5px;
  16.   z-index: 2;
  17. }
  18.  
  19. /* adjust url bar width */
  20. #urlbar-container { max-width: 1660px !important;
  21. }
  22.  
  23.  
  24.  
Tags: firefox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement