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

pull/10543/head
David Hill 2026-01-24 21:35:47 +00:00
parent cf7c6417f8
commit c1af7ddc6b
1 changed files with 2 additions and 0 deletions

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={{