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

fix: infinite scroll too wide for mobile #365

Closed sevonj closed 4 months ago

sevonj commented 4 months ago

Closes #342 again.

The culprit was this box. image

One unit is 4px, making w-96 is too much for 360px screens.

Changes:

vercel[bot] commented 4 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.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
photon ✅ Ready (Inspect) Visit Preview Jul 23, 2024 5:23pm
Xyphyn commented 4 months ago

Thanks, overflow issues are the bane of my existence.