swingmx / swingmusic

Swing Music is a beautiful, self-hosted music player for your local audio files. Like a cooler Spotify ... but bring your own music.
https://swingmx.com
MIT License
678 stars 41 forks source link

Responsive Design Fix for Laptop Screen sizes #129

Closed gerryflux closed 11 months ago

gerryflux commented 1 year ago

I understand it's probably early for this, but better catching up to this sooner than later.

The UI elements seem to align perfectly when the resolution is 1080p and above which is okay, however most laptops are usually smaller in the ~768 - 900 px range.

For example below, the thumbnail is cut and the search queue takes up too much space. image

A workaround I'm using now is to reduce page zoom (🔎75%), at the cost of having smaller icons and fonts to deal with.

image

cwilvx commented 1 year ago

Hello @gerryflux

Thank you for raising this issue. I built the project on a 1920x1080 resolution screen. That explains why the UI looks okay for high resolution screens.

I will fix the responsiveness for lower resolutions in the next release.

Thank you.

cwilvx commented 11 months ago

Done ✅✅✅