7imothee

Floating URL Bar - Show results only when typing

Jun 3rd, 2025
643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. /* Floating URL Bar - Show results only when typing */
  2. #urlbar[open] {
  3.   background-image: var(--zen-main-browser-background-toolbar) !important;
  4.   border-radius: 20px !important;
  5.   left: 50%;
  6.   position: absolute !important;
  7. }
  8.  
  9. #urlbar[open] #urlbar-background {
  10.   margin: 4px !important;
  11. }
  12.  
  13. #urlbar .urlbarView-body-inner {
  14.   display: none !important;
  15. }
  16.  
  17. #urlbar[usertyping] .urlbarView-body-inner {
  18.   display: block !important;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment