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 @@