othmar52 / slimpd

PHP/JS based MPD-web-client for large music collections
GNU Affero General Public License v3.0
41 stars 11 forks source link

High Resolution Display Issue #55

Open TW61 opened 7 years ago

TW61 commented 7 years ago

I have bought a Huawei Mediapad M3 to use it as MPD Remote. Unfortunately SLIMPD has problems with its 2560 x 1600 Resolution. (see image below)

1920 x 1080 on the PC works fine.

Can anybody with a high-res Display verify this?

othmar52 commented 7 years ago

i can confirm that there are massive CSS problems with multiple resolutions. Unfortunately my CSS skills are pretty bad. Replacing col-md-* with col-xs-* inside core/templates/ maybe solves the problem. But i don't know if this raises new css issues.