Browse Source

Firefox: Fix URL bar

master
Riyyi 2 months ago
parent
commit
33f22e6471
  1. 10
      .mozilla/firefox/dotfiles.profile/chrome/userChrome.css

10
.mozilla/firefox/dotfiles.profile/chrome/userChrome.css

@ -42,8 +42,9 @@
} }
/* Url bar color */ /* Url bar color */
#urlbar { #urlbar-background {
background: #404552 !important; background: #404552 !important;
border-radius: 0;
} }
/* Hide ... button in URL bar */ /* Hide ... button in URL bar */
@ -55,13 +56,6 @@
display: none; display: none;
} }
/* Unzoom URL bar */
#urlbar[breakout-extend] {
top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
left: calc((var(--urlbar-toolbar-width) - var(--urlbar-width)) / 2) !important;
width: 100% !important;
}
#urlbar[breakout-extend] #urlbar-input-container { #urlbar[breakout-extend] #urlbar-input-container {
height: calc(var(--tab-min-height) - 3px) !important; height: calc(var(--tab-min-height) - 3px) !important;
padding: 0px !important; padding: 0px !important;

Loading…
Cancel
Save