compact urlbar megabar: update to work with Fx 133
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user