fix(app): session header 'share' button to hug content (#11371)
This commit is contained in:
@@ -167,7 +167,7 @@ export function SessionHeader() {
|
|||||||
triggerAs={Button}
|
triggerAs={Button}
|
||||||
triggerProps={{
|
triggerProps={{
|
||||||
variant: "secondary",
|
variant: "secondary",
|
||||||
class: "rounded-sm w-[60px] h-[24px]",
|
class: "rounded-sm h-[24px] px-3",
|
||||||
classList: { "rounded-r-none": shareUrl() !== undefined },
|
classList: { "rounded-r-none": shareUrl() !== undefined },
|
||||||
style: { scale: 1 },
|
style: { scale: 1 },
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user