feat: Decrease the amount of maximum width of the omnibox, b=no-bug, c=common

This commit is contained in:
mr. m
2025-09-16 23:35:54 +02:00
parent f9f95eeda1
commit 801533bf26

View File

@@ -147,7 +147,7 @@ var gZenUIManager = {
);
gURLBar.textbox.style.setProperty(
'--zen-urlbar-width',
`${Math.min(window.innerWidth / 2, 800)}px`
`${Math.min(window.innerWidth / 2, 700)}px`
);
gZenVerticalTabsManager.actualWindowButtons.removeAttribute('zen-has-hover');
gZenVerticalTabsManager.recalculateURLBarHeight();