Advertisement
Christopher_01

Chrome2

Nov 10th, 2024
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. #urlbar:is([breakout][breakout-extend], [breakout][usertyping][focused]) {
  2. #urlbar-input {
  3. font-size: 21px !important;
  4. }
  5.  
  6. z-index: 2;
  7. position: fixed !important;
  8. bottom: auto !important;
  9. top: 20vh !important;
  10. padding-left: 6px !important;
  11. padding-right: 8px !important;
  12.  
  13. left: 18vw !important;
  14. right: 18vw !important;
  15. width: 64vw !important;
  16.  
  17. &:after {
  18. content: "";
  19. position: fixed;
  20. pointer-events: none;
  21.  
  22. width: 100vw;
  23. height: 100vh;
  24.  
  25. top: 0px;
  26. left: 0px;
  27.  
  28. background-color: rgba(0, 0, 0, 0.3);
  29. backdrop-filter: blur(12px);
  30.  
  31. z-index: -1;
  32. }
  33.  
  34. #identity-box {
  35. margin: auto 0;
  36. height: 30px;
  37. margin-right: 10px;
  38. }
  39.  
  40. .urlbar-go-button {
  41. margin: auto 0;
  42. }
  43. }
  44. scrollbox:nth-child(5) {
  45. scrollbar-width: none !important;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement