Chat entry spacing

This commit is contained in:
Kieran 2023-01-14 00:25:28 +00:00
parent b46520ebe9
commit e9bec7b3fd
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -18,7 +18,7 @@ export default function MessagesPage() {
function person(pubkey: string) { function person(pubkey: string) {
return ( return (
<div className="flex" key={pubkey}> <div className="flex mb10" key={pubkey}>
<ProfileImage pubkey={pubkey} className="f-grow" link={`/messages/${hexToBech32("npub", pubkey)}`} /> <ProfileImage pubkey={pubkey} className="f-grow" link={`/messages/${hexToBech32("npub", pubkey)}`} />
<span className="pill"> <span className="pill">
{dms?.filter(a => a.pubkey === pubkey && a.pubkey !== pubKey).length} {dms?.filter(a => a.pubkey === pubkey && a.pubkey !== pubKey).length}