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
366 stars 40 forks source link

Community icons are getting squished #345

Closed Tywele closed 2 months ago

Tywele commented 3 months ago

Describe the bug Community icons are gettings squished in the sidebar

Screenshots grafik

Versions

sevonj commented 3 months ago

Related: #338

That change affects all avatars. An alternative limited scope fix would be to only stop shrinking specifically here https://github.com/Xyphyn/photon/blob/005a8c0e078bac6144866aa4dda8be514a27f582/src/lib/components/lemmy/community/CommunityCard.svelte#L203-L209 and here

https://github.com/Xyphyn/photon/blob/005a8c0e078bac6144866aa4dda8be514a27f582/src/lib/components/lemmy/SiteCard.svelte#L31-L37