fix: moar sizing fixes

This commit is contained in:
Alejandro Gomez
2023-06-27 17:59:24 +02:00
parent f780f5212c
commit 59f4fa1b81
5 changed files with 59 additions and 28 deletions

View File

@ -87,7 +87,7 @@ function ProfileInfo({ link }: { link: NostrLink }) {
<div className="profile-info flex g24">
<Profile pubkey={thisEvent.data?.pubkey ?? ""} />
<button onClick={() => setZap(true)} className="btn btn-primary zap">
Zap
<span className="hide-on-mobile">Zap</span>
<Icon name="zap" size={16} />
</button>
</div>