Let verify tutorial demo card fill the /verify card width
On /verify the VerifyTutorial rendered without the stacked prop, so its
DemoStage stayed capped at max-w-md inside the much wider max-w-2xl
verifier panel, leaving the animated campaign card looking too small for
its parent. Pass stacked so the demo spans the full container width.
Regression-of: 96c7acfc
This commit is contained in:
@@ -326,6 +326,7 @@ function VerifierEditor() {
|
||||
|
||||
{isPublished && (
|
||||
<VerifyTutorial
|
||||
stacked
|
||||
verifierName={metadata?.name ?? (user ? genUserName(user.pubkey) : undefined)}
|
||||
verifierPicture={metadata?.picture}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user