replace uses of --urlbar-toolbar-height with --urlbar-container-height
This commit is contained in:
@@ -6,10 +6,10 @@ See the above repository for updates as well as full license text. */
|
||||
margin-inline-start: 0px !important;
|
||||
width: 100% !important;
|
||||
left: 0 !important;
|
||||
top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2 ) !important;
|
||||
top: calc((var(--urlbar-container-height) - var(--urlbar-height)) / 2 ) !important;
|
||||
}
|
||||
#urlbar[breakout]:not([open]){
|
||||
bottom: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
|
||||
bottom: calc((var(--urlbar-container-height) - var(--urlbar-height)) / 2) !important;
|
||||
}
|
||||
.urlbarView{
|
||||
margin-inline: 0 !important;
|
||||
|
||||
Reference in New Issue
Block a user