fix: Collapsed mode spacings, glance splitting on an already split view and compact mode not setting a width on startup (closes https://github.com/zen-browser/desktop/issues/7239)

This commit is contained in:
mr. m
2025-04-03 12:41:58 +02:00
parent 5473afac23
commit f84e994b50
5 changed files with 10 additions and 4 deletions

View File

@@ -656,6 +656,7 @@ var gZenVerticalTabsManager = {
// Always move the splitter next to the sidebar
this.navigatorToolbox.after(document.getElementById('zen-sidebar-splitter'));
window.dispatchEvent(new Event('resize'));
gZenCompactModeManager.getAndApplySidebarWidth();
} catch (e) {
console.error(e);
}