The tiny avatars, as expected (because they showed normal to you too @prologic@twtxt.net), do not show under macOS’s Safari, but they do show on iOS’s Safari. It truly is a puzzle.
Hahaha! And now they show tiny! I had to reload the page. So, I see the problem on iOS and macOS Safari too. I have no other browser to test with, I exclusively use Safari.
This on vp-compact.css
:
.avatar:not(#profile-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)
}
The vp-compact.css
is trumping the other.
LOL. The compact view (which has its help tooltip broken, so one can’t tell when it does) was the one causing this issue. Turned it off, and all is good.
@bender@twtxt.net Ahhh ha!!! 🤣 I’m too dumb to have thought of that 🤣
@bender@twtxt.net Btw, do we want to nuke this compact feature? 🧐