Firefox: Fix URL bar

This commit is contained in:
Riyyi
2024-07-15 22:15:46 +02:00
parent b21b6d2462
commit 33f22e6471
@@ -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;