crabber-net / crabber

A Twitter clone written in Python + Flask with extended features and a focus on inclusivity.
https://crabber.net
GNU General Public License v2.0
48 stars 16 forks source link

Scrollable side columns on overflow #68

Closed viiuan closed 3 years ago

viiuan commented 3 years ago

Is your feature request related to a problem? Please describe. On smaller screen sizes/resolutions, certain things like the server restart message, copyright text, etc. don't appear correctly (this was after a fix of said text overlapping on top of the bottom of the Trending section)

Describe the solution you'd like When the contents of these side columns overflow, make them scrollable.

Describe alternatives you've considered One alternative is using the page zoom to zoom out of the site, but this makes things smaller/less accessible. I would assume making the site actually smaller on smaller screens would have the same issue

hqnna commented 3 years ago

Fixing this in my fork, specifically xpyxel/crabber@1a2cb97.