spotio icon indicating copy to clipboard operation
spotio copied to clipboard

Styling of the "Discover weekly" playlist

Open sandervankasteel opened this issue 9 years ago • 1 comments

The styling of the "Discover weekly" playlist isn't inline / consistent with the rest of the Spotio styling. From what I gathered from their JavaScript;

Source: Contents/Resources/Apps/playlist-desktop/bundle.js

Line 1341:

/**
 * Add class for Discover Weekly playlists
 */
function addDiscoverWeeklyClass() {
  document.body.classList.add('discover-weekly');
}

Spotify has added an exception for this particular use case. My best guess / suggestion to tackle this, is to do a CSS invert on the image / whole background div.

screen shot 2016-08-23 at 09 38 14

sandervankasteel avatar Aug 23 '16 08:08 sandervankasteel

I actually did do some styling on this — the CSS is in one of the App style.css files but I can't remember which one right now. Would you rather have an inverted image? My thought was to retain the original background image since it's supposed to be a night sky, but if we invert that it might just look off so we'll need to come up with a different header image. I'm open to suggestions!

devinhalladay avatar Aug 23 '16 12:08 devinhalladay