badge fixes
This commit is contained in:
parent
cd17897238
commit
841263f4ed
@ -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;
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
@ -38,8 +38,8 @@
|
||||
|
||||
@media (max-width: 420px) {
|
||||
.pfp .display-name {
|
||||
font-size: var(--font-size-small);
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user