From f534e4ee3784755d277e9d04b71215f1f5a0d3b2 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:11:39 -0800 Subject: [PATCH] Fix project page menu opening off-screen with right sidebar (#1565) --- pages/[type]/[id].vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pages/[type]/[id].vue b/pages/[type]/[id].vue index 184d6dac1..66eca2025 100644 --- a/pages/[type]/[id].vue +++ b/pages/[type]/[id].vue @@ -330,7 +330,7 @@ }, { id: 'copy-id', action: () => copyId() }, ]" - direction="right" + :direction="cosmetics.projectLayout ? 'left' : 'right'" > @@ -338,15 +338,14 @@