fix for FF126

This commit is contained in:
tengel 2024-05-16 08:29:11 -05:00
parent 3a44ea6f0b
commit 206b49438b

View file

@ -20,11 +20,13 @@
border-width: 1px !important; border-width: 1px !important;
} }
/* this breaks on FF126
#urlbar[breakout][breakout-extend] { #urlbar[breakout][breakout-extend] {
top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
left: 0 !important; left: 0 !important;
width: 100% !important; width: 100% !important;
} }
*/
#urlbar[breakout][breakout-extend] > #urlbar-input-container { #urlbar[breakout][breakout-extend] > #urlbar-input-container {
height: var(--urlbar-height) !important; height: var(--urlbar-height) !important;