avatar is 50% the normal size for "recommends server ..."
#40
Open
opened 2 years ago by x1ddos
·
3 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
not sure if this was deliverate or a bug but here, the 45fc8ec6 pubkey's avatar image is half the regular size:
made it on purpose as it is kind of secondary info and fits most of the time on one line.
I'd also use this layout for user-follows-other-user info.
do you think it looks like a bug?
maybe image could be completelly hidden, or faded out a bit
aha, so it was on purpose. yeah, it does look strange, as if css max-width or something was incorrect.
wouldn't hide it but faded out sounds good.
alternatively, use a different icon, like a little relay server or something? so it's more distinct from a post with text.
ok I'll try a few alternatives later.
and I like the different icon, but will need to first fix svg handling so we can have inline svg and svg sprites (rightnow only
img[src$=.svg]
works with elem).