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

Bug: Settings page mobile overflow? #423

Closed sevonj closed 2 months ago

sevonj commented 2 months ago

Describe the bug I'm back, and I bring forward yet another css overflow issue. This one is pretty minor, and only seems to affect the settings page. The bottom nav bar goes up and down a bit while scrolling, which tells me that something is too big.

To Reproduce (if applicable) Steps to reproduce the behavior:

  1. Go to settings page in mobile sized screen
  2. Scroll

Expected behavior -

Screenshots Screencast_20240907_002309.webm

Versions

Xyphyn commented 2 months ago

I found the culprit, it's the multi select thing. I will fix this soon™️

sevonj commented 2 months ago

Yea, was just about to say. image

Maybe these controls could be flex-wrapped or otherwise moved below the title and desc on narrow screens.