compact urlbar megabar: update to work with Fx 133

This commit is contained in:
MrOtherGuy
2024-11-30 11:50:42 +02:00
parent def4b49d6b
commit 35f29fd1cb

View File

@@ -2,14 +2,10 @@
See the above repository for updates as well as full license text. */
/* Make urlbar appear more compact */
#urlbar[breakout]{
margin-inline-start: 0px !important;
width: 100% !important;
left: 0 !important;
top: calc((var(--urlbar-container-height) - var(--urlbar-height)) / 2 ) !important;
}
#urlbar[breakout]:not([open]){
bottom: calc((var(--urlbar-container-height) - var(--urlbar-height)) / 2) !important;
#urlbar[breakout][breakout-extend] {
margin-left: 0 !important;
width: var(--urlbar-width) !important;
margin-top: calc((var(--urlbar-container-height) - var(--urlbar-height)) / 2) !important;
}
.urlbarView{
margin-inline: 0 !important;