replace uses of --urlbar-toolbar-height with --urlbar-container-height

This commit is contained in:
MrOtherGuy
2024-05-16 04:56:03 +03:00
parent f28be04e06
commit b471f33134
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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;