williamckha / spicetify-fluent

Spicetify theme inspired by Microsoft's Fluent Design
MIT License
283 stars 17 forks source link

Playlist items #40

Closed rlaphoenix closed 2 years ago

rlaphoenix commented 2 years ago

Reduced Margin between Playlists

Before:

image

After:

image

As you can see, without this change the hardcoded height of the playlist sidebar area wont be large enough to support a long amount of playlists. The margin was simply too much. It's possible that an even larger amount could diminish the amount of height usable, but this is a step in the right direction.

When making this change I've also reduced the margin between the library (likes/podcasts) down to the same amount as well to keep consistency.

This fixes #19