chore: tweak zapstr styles
This commit is contained in:
parent
602b2fa143
commit
3f8cb11e36
@ -11,8 +11,8 @@
|
||||
}
|
||||
|
||||
.zapstr .pfp .avatar {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.zapstr .pfp .subheader {
|
||||
|
@ -23,13 +23,13 @@ export default function ZapstrEmbed({ link }: { link: NostrLink }) {
|
||||
<h3>{subject?.[1] ?? ""}</h3>
|
||||
</div>
|
||||
<audio src={media?.[1] ?? ""} controls={true} />
|
||||
</div>
|
||||
</div>
|
||||
<div className="zapstr">
|
||||
<div>
|
||||
{refPersons.map(a => (
|
||||
<ProfileImage pubkey={a[1]} subHeader={<>{a[2] ?? ""}</>} className="card" />
|
||||
<ProfileImage pubkey={a[1]} subHeader={<>{a[2] ?? ""}</>} className="" defaultNip=" " />
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user