Advertisement
Guest User

bookmark/star FireFox

a guest
Apr 25th, 2025
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | Source Code | 0 0
  1. /* Move bookmark to the left */
  2. #star-button {
  3.     margin-left: -15px !important; /* Move the star 15px to the left */
  4. }
  5.  
  6. /* Adjust the search bar container to keep the layout intact */
  7. #searchbar .searchbar-input-container {
  8.     display: flex !important;
  9.     align-items: center !important;
  10.     padding-left: 10px !important; /* Optional: Adjust padding if necessary */
  11. }
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement