fix(app): adjust share popover position 64px to the left

This commit is contained in:
David Hill
2026-01-24 21:35:47 +00:00
parent cf7c6417f8
commit c1af7ddc6b

View File

@@ -164,6 +164,8 @@ export function SessionHeader() {
: language.t("session.share.popover.description.unshared")
}
gutter={6}
placement="bottom-end"
shift={-64}
class="rounded-xl"
triggerAs={Button}
triggerProps={{