badge fixes

This commit is contained in:
Alejandro Gomez 2023-02-12 19:23:45 +01:00 committed by Kieran
parent cd17897238
commit 841263f4ed
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
4 changed files with 2 additions and 15 deletions

View File

@ -48,12 +48,6 @@
margin-left: 0.2em; margin-left: 0.2em;
} }
@media (max-width: 720px) {
.nip05 {
font-size: var(--font-size-small);
}
}
@media (max-width: 420px) { @media (max-width: 420px) {
.zap .pfp .display-name { .zap .pfp .display-name {
align-items: center; align-items: center;

View File

@ -62,9 +62,7 @@ const Nip05 = ({ nip05, pubkey, verifyNip = true }: Nip05Params) => {
<span className="domain f-ellipsis" data-domain={domain?.toLowerCase()}> <span className="domain f-ellipsis" data-domain={domain?.toLowerCase()}>
{domain} {domain}
</span> </span>
<span className="badge"> <Badge className="badge" />
<Badge />
</span>
</> </>
)} )}
</div> </div>

View File

@ -198,11 +198,6 @@
margin-left: -1px; margin-left: -1px;
} }
.note .header .nip05 .badge {
width: 13px;
height: 13px;
}
.note .reactions-link { .note .reactions-link {
color: var(--font-secondary-color); color: var(--font-secondary-color);
font-weight: 400; font-weight: 400;

View File

@ -38,8 +38,8 @@
@media (max-width: 420px) { @media (max-width: 420px) {
.pfp .display-name { .pfp .display-name {
font-size: var(--font-size-small);
flex-direction: row; flex-direction: row;
align-items: center;
} }
} }