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

View File

@@ -69,7 +69,7 @@ See the above repository for updates as well as full license text. */
display: none !important;
}
/* Fix incorrect vertical alignment with megabar */
#urlbar[breakout]{ --urlbar-toolbar-height: var(--multirow-toolbar-height) !important; }
#urlbar[breakout]{ --urlbar-container-height: var(--multirow-toolbar-height) !important; }
/* Fix customization view */
#customization-panelWrapper > .panel-arrowbox > .panel-arrow{ margin-inline-end: initial !important; }