Xyphyn / photon

An opinionated web client for Lemmy to help users discover the fediverse.
https://phtn.app
GNU Affero General Public License v3.0
389 stars 43 forks source link

Stop avatar squish #338

Closed sevonj closed 4 months ago

sevonj commented 5 months ago

I came across a community with an unreasonably long name. The name doesn't fit, and squishes the icon.

Screenshot_20240620_170321

This is also possible on sitecard, and probably some other places.

Adding flex-shrink-0 stops it:

Screenshot_20240620_170307

Edit: Closes #345

vercel[bot] commented 5 months ago

@sevonj is attempting to deploy a commit to the Xylight's projects Team on Vercel.

A member of the Team first needs to authorize it.

Xyphyn commented 5 months ago

Why are there so many community names that long, they have a description available... I'm pretty sure this is in a lot of other places too, but thanks for the contribution.

Photon will now be renamed to Photon: the place to view Lemmy, post on Lemmy, do other things on Lemmy, create communities on Lemmy, moderate on Lemmy, and admin on Lemmy.

Xyphyn commented 4 months ago

I fixed the avatar squish in postmeta, thanks for the PR