mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-14 22:06:13 +00:00
feat: Small tweaks for workspace creation form, b=closes #8974, c=common, tabs, workspaces
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
Reference in New Issue
Block a user