williamckha / spicetify-fluent

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

Class .contentSpacing max-width adds too much white space 1440p. #8

Closed wian-lloyd closed 2 years ago

wian-lloyd commented 2 years ago

Love this theme! ♥ Wouldn't really classify this as an "issue" but might be nice for future reference.

Found that at a resolution of 2560x1440 .contentSpacing doesn't span full width. I might have more files loaded that might be causing this but I'm unsure how to check(Spicetify newbie).

image

Did some finds in

Didn't see any modifications to the .contentSpacing class so I added an !important rule to .spicetify\Themes\Fluent\user.css. Quick and dirty, but does the trick! .contentSpacing { max-width: 100vw !important; }

image