fix(app): session header 'share' button to hug content (#11371)

This commit is contained in:
Alex Yaroshuk
2026-01-31 22:53:49 +08:00
committed by GitHub
parent 597ae57bb1
commit ac254fb442

View File

@@ -167,7 +167,7 @@ export function SessionHeader() {
triggerAs={Button}
triggerProps={{
variant: "secondary",
class: "rounded-sm w-[60px] h-[24px]",
class: "rounded-sm h-[24px] px-3",
classList: { "rounded-r-none": shareUrl() !== undefined },
style: { scale: 1 },
}}