Firefox: Fix URL bar
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user