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

Community icons are getting squished #345

Closed Tywele closed 4 months ago

Tywele commented 5 months ago

Describe the bug Community icons are gettings squished in the sidebar

Screenshots grafik

Versions

sevonj commented 5 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