MarshallOfSound / Google-Play-Music-Desktop-Player-UNOFFICIAL-

A beautiful cross platform Desktop Player for Google Play Music
https://www.googleplaymusicdesktopplayer.com
MIT License
8.27k stars 767 forks source link

YouTube Music CSS not being applied #3564

Open NNowakowski opened 5 years ago

NNowakowski commented 5 years ago

Checklist:

OS: Windows 10

GPMDP Version: 4.6.1

Issue Descriptions: I'm trying to apply custom styles to the YouTube Music player, however it isn't being picked up. The CSS I'm using is valid and works within Chrome:

/* Moves the song info to the left */
.middle-controls.style-scope.ytmusic-player-bar {
  justify-content: flex-start;
}

/* Hides the buttons next to the song info */
.middle-controls-buttons.style-scope.ytmusic-player-bar {
  visibility: hidden;
}

I've selected the file for both the main window and the Google Music section, however both of those don't seem to work for it. Is it not possible to use custom styles for YouTube Music yet?

Steps to Reproduce: Create a stylesheet with the mentioned code. Select the file for both filepickers. Click reload styles.

welcome[bot] commented 5 years ago

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of duplicate issues on this repo, so please double check now that your issue has not already been solved or doesn't have an open issue already. To help make it easier for us to investigate your issue, please follow the contributing guidelines and ensure the issue template was filled out.

jostrander commented 5 years ago

For what its worth, this isn't implemented at all yet on the YTM side.