JulienMaille / dribbblish-dynamic-theme

A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors.
MIT License
334 stars 18 forks source link

Styling issues with new artist discography buttons #215

Closed Davoleo closed 2 years ago

Davoleo commented 2 years ago

Describe the bug Spotify recently reworked artist profiles introducing new buttons and changed artist discography arrangement, this has caused some styling issues.

To Reproduce Steps to reproduce the behavior:

  1. Open Spotify
  2. Navigate to an artist page
  3. Scroll down until you see these pill-shaped buttons
  4. Notice their styling is wrong when you interact with them

Screenshots Active Styling: image Hover Styling: image Active Styling: image Hover Styling: image


Info for Contributors **Versions** OS: `Windows v10.0.19044` Spotify: `v1.1.81.604` Spicetify: `v2.9.5` Dribbblish: `v4.1.4-239033a` **Extensions** - fullAppDisplay.js - shuffle+.js - popupLyrics.js - getCanvas.js - dribbblish-dynamic.js - extension.js **Settings** ```json { "EXPORTED_WITH": "4.1.4", "showLoadingScreen": true, "openSettingsInfo": true, "showSearchBox": false, "rightBigCover": true, "roundSidebarIcons": false, "sidebarHoverAnimation": true, "sidebarGapLeft": 5, "sidebarGapRight": 32, "winTopBar": "none-padding", "playbarShadow": true, "playbarTransition": true, "playerControlsStyle": "dribbblish", "showAlbumInfoInPlaybar": true, "showGenreInfoInPlaybar": false, "hideAdsOrPremium": "none", "fadeDuration": 1.5, "colorSelectionAlgorithm": "vibrant", "colorOverride": "#308398", "colorSelectionMode": "default", "lightModeLuminance": 0.6, "darkModeLuminance": 0.2, "theme": "dark", "darkModeOnTime": "18:00", "darkModeOffTime": "10:00", "bgTheme": "bw" } ```