mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix Megabar CSS (#1038)
This commit is contained in:
parent
5e49ab0a9a
commit
2360479dc1
1 changed files with 2 additions and 6 deletions
8
css/leptonChrome.css
generated
8
css/leptonChrome.css
generated
|
|
@ -4483,9 +4483,7 @@
|
|||
}
|
||||
@media -moz-pref("userChrome.padding.urlView_expanding") or -moz-pref("userChrome.urlView.as_commandbar") {
|
||||
#urlbar[breakout][breakout-extend] {
|
||||
top: calc((var(--urlbar-toolbar-height, var(--urlbar-container-height)) - var(--urlbar-height)) / 2) !important;
|
||||
left: 0 !important;
|
||||
width: 100% !important;
|
||||
width: var(--urlbar-width) !important;
|
||||
}
|
||||
#urlbar[breakout][breakout-extend] > #urlbar-input-container {
|
||||
height: var(--urlbar-height) !important;
|
||||
|
|
@ -18808,9 +18806,7 @@
|
|||
}
|
||||
@media (-moz-bool-pref: "userChrome.padding.urlView_expanding"), (-moz-bool-pref: "userChrome.urlView.as_commandbar") {
|
||||
#urlbar[breakout][breakout-extend] {
|
||||
top: calc((var(--urlbar-toolbar-height, var(--urlbar-container-height)) - var(--urlbar-height)) / 2) !important;
|
||||
left: 0 !important;
|
||||
width: 100% !important;
|
||||
width: var(--urlbar-width) !important;
|
||||
}
|
||||
#urlbar[breakout][breakout-extend] > #urlbar-input-container {
|
||||
height: var(--urlbar-height) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue