-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: 'Fix playlist and folder position' snippet #433
Conversation
Added a workaround to fix a problem where some playlists at the bottom were not visible when the list of playlists were too long. Also added the changes to the likes songs playlist and create playlist button.
removed !important
changed from img to div in playlist-item__img.folder
It will exclude the made for you extension
I've added the exclusion of the made for you extension |
Hey, sorry this is taking so long. Could you post some screenshots or a way to reproduce what this is trying to fix? It doesn't really seem to do anything when I try it, so I've just been leaving the PR. |
At first, if you have a really long list of playlists it would cut off the last few and just take the padding of the liked playlist and create new playlist. With the fix it makes the spacing of the liked songs playlist and create new playlist al little smaller so it is in line with the general playlist spacing and adds a little bit more height instead. For the custom app icons if you have the made for you extension installed Hope this clears everything up, if not, please let me know. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, sounds good 👍
Also added the changes to the likes songs playlist and create playlist button.