Xyphyn / photon

A replacement for lemmy-ui with more features, a better design, and more customizability.
https://phtn.app
GNU Affero General Public License v3.0
367 stars 40 forks source link

Stop avatar squish #338

Closed sevonj closed 2 months ago

sevonj commented 3 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 3 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 3 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 2 months ago

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