nimsandu / spicetify-bloom

Spicetify theme inspired by Microsoft's Fluent Design, Always up-to-date!, A Powerful Theme to Calm your Eyes While Listening to Your Favorite Beats
MIT License
554 stars 51 forks source link

The Play Button is off center #365

Open THEBIGTOMMY13DEV opened 1 month ago

THEBIGTOMMY13DEV commented 1 month ago

Did you read the README?

Do you have the latest versions of Spicetify, Spotify and Bloom?

Is there already an issue for your problem?

Is your problem definitely caused by the theme?

Environment & Computer Info

- Spotify version:1.2.42.290.g242057a2
- Installed from: (Windows Store, Spotify site, Flatpak, etc)
- Spicetify version:v2.36.15
- Color scheme:Dark
- Extensions:none
- Custom apps:none
- Bloom installation method: (Spicetify Marketplace/PowerShell script/Bash script/Manual) Manual

Description

I just install it and that's what it is

Screenshots

![Uploading Screenshot 2024-07-24 130143.png…]()

RazerGhost commented 1 month ago

Having the same issue ☝️

mdxwzl commented 1 month ago

Same for me

JeanxPereira commented 1 month ago

Same

fraudnome commented 1 month ago

+

FanciestBoi commented 3 weeks ago

same issue

JeanxPereira commented 3 weeks ago

i fixed

.player-controls__buttons button {
  max-height: 32px /* var(--button-size) */;
  max-width: 32px /* var(--button-size) */;
  /* padding-left: 1rem;  */
  /* padding-right: 1rem; */
}

image

Nimai-HK commented 3 weeks ago

image hovering over play button in dark fluent theme, the color is green ( not theme accent colour ) (in playlists and artist pages )

im-h commented 1 week ago

Forgot to send a message in here but i made a pull request with a fix to this #367