feat(album-color-theme): support album color theme in all pages (#1685)

This commit is contained in:
Su-Yong
2024-02-01 22:11:57 +09:00
committed by GitHub
parent fb48d24e0d
commit a612d1c1fd
5 changed files with 122 additions and 25 deletions

View File

@ -65,3 +65,17 @@ ytmusic-player-bar {
.volume-slider.ytmusic-player-bar, .expand-volume-slider.ytmusic-player-bar {
--paper-slider-container-color: rgba(255, 255, 255, 0.5) !important;
}
/* fix background image */
ytmusic-fullbleed-thumbnail-renderer img {
mask: linear-gradient(to bottom, #000 0%, #000 50%, transparent 100%);
}
.background-gradient.style-scope {
background: var(--ytmusic-background) !important;
}
ytmusic-browse-response[has-background]:not([disable-gradient]) .background-gradient.ytmusic-browse-response {
background: unset !important;
}
#background.immersive-background.style-scope.ytmusic-browse-response {
opacity: 0.6;
}