mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-06 21:37:50 +00:00
feat: Decrease the amount of maximum width of the omnibox, b=no-bug, c=common
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user