[Snippets] Fix playlist arrows, Fix main view width & Left aligned heart icons #124
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix playlist arrows
, fixes the opened and closed orientation of the playlist folder arrows (as well as hover state; it made more sense to me for the icons not to rotate when hovering)Fix main view width
, makes main view fill up all available space. This mostly applies to larger screens and when if zoomed out.Left aligned heart icons
, moves the heart icons to the left side of the track title in track views. This applies to everywhere tracks are displayed, such as in playlists, artist pages, albums etc.