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;
}
@media (max-width: 720px) {
.nip05 {
font-size: var(--font-size-small);
}
}
@media (max-width: 420px) {
.zap .pfp .display-name {
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()}>
{domain}
</span>
<span className="badge">
<Badge />
</span>
<Badge className="badge" />
</>
)}
</div>

View File

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

View File

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