feat: Small tweaks for workspace creation form, b=closes #8974, c=common, tabs, workspaces

This commit is contained in:
Mr. M
2025-06-11 21:28:01 +02:00
parent 7bf0b42afd
commit 4da5a40419
9 changed files with 48 additions and 31 deletions

View File

@@ -79,9 +79,8 @@
const fromForm = event.explicitOriginalTarget?.classList?.contains(
'zen-workspace-creation-edit-theme-button'
);
const position = fromForm ? 'bottomleft bottomright' : 'topright topleft';
PanelMultiView.openPopup(this.panel, this.toolbox, {
position,
position: 'topright topleft',
triggerEvent: event,
y: fromForm ? -160 : 0,
});