fix for FF126
This commit is contained in:
parent
3a44ea6f0b
commit
206b49438b
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue