bender (twtxt.net)
In reply to: #t5a3zyq
2 months ago
This on vp-compact.css
:
.avatar:not(<a href="?search=profile" class="tag">#profile</a>-avatar .avatar) {
width: 2rem !important;
height: 2rem !important;
margin-top: -0.25rem !important;
}
Is colliding with yarn.min.css
:
.avatar, .avatar-full {
width: 3.5rem;
height: 3.5rem;
object-fit: cover;
border-radius:var(--border-radius)
}