Advertisement
Guest User

Untitled

a guest
Jan 7th, 2025
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1.  
  2. #TabsToolbar
  3. {
  4. visibility: collapse;
  5. }
  6.  
  7. /* sidebar */
  8. #sidebar-header {
  9. font-size: 1.333em;
  10. padding: 3px !important;
  11. border-bottom: 1px solid var(--sidebar-border-color);
  12. }
  13.  
  14. /* title bar -> buttons */
  15.  
  16.  
  17. /* nav-bar */
  18.  
  19.  
  20. /* nav-bar -> space (between sideberry and macos window buttons) */
  21. .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {
  22. display:none;
  23. }
  24.  
  25. /* nav-bar -> flexible space*/
  26. #customizableui-special-spring18 {
  27. margin-left: auto;
  28. }
  29.  
  30. /* nav-bar -> urlbar */
  31.  
  32. #urlbar-container { max-width: 800px !important; }
  33.  
  34. #urlbar-background {
  35. display: block;
  36. position: absolute;
  37. inset: 0;
  38. }
  39.  
  40. #urlbar-input {
  41. padding-left: 5px !important;
  42. }
  43.  
  44. /* nav-bar -> url bar -> buttons */
  45.  
  46. #star-button-box {
  47. display: none;
  48. }
  49.  
  50. #picture-in-picture-button {
  51. display: none;
  52. }
  53.  
  54. #identity-box {
  55. display: none;
  56. }
  57. #tracking-protection-icon {
  58. margin-inline-start: 0;
  59. display: none;
  60. }
  61.  
  62. #tracking-protection-icon-container {
  63. padding-inline: var(--urlbar-icon-padding);
  64. border-radius: var(--urlbar-icon-border-radius);
  65. position: relative;
  66. display: none;
  67. }
  68.  
  69. /* nav-bar -> url bar -> identity box */
  70.  
  71. #identity-permission-box {
  72. display: none;
  73. }
  74.  
  75. .blocked-permission-icon.autoplay-media-icon {
  76. display: none;
  77. }
  78.  
  79.  
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement