harbassan / spicetify-apps

A collection of spicetify custom apps to improve your spotify experience.
398 stars 25 forks source link

Buttons and Header Alignment Issue #26

Closed JSandhu03 closed 1 year ago

JSandhu03 commented 1 year ago

Hi, So I have issues where the right-hand side buttons are only clickable at one pixel which is really hard to find and the left-side buttons are overlapped. Could you tell me what changes I need to make in the code to get it to my liking? Thanks image image

harbassan commented 1 year ago

the issue is probably because you're using an old version of spotify with the changed search layout (search bar on top). I haven't tested this app with things like that so you'd need to disable that in the experimental features. And also maybe update spotify.

If you do however want to fix it and keep this layout, you should use the devtools and select the overlapping elements, then change the css styles to move the main page down a bit. Ofcourse you need to know some basic css for that.