mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 20:01:47 +00:00
feat(album-color-theme): support album color theme in all pages (#1685)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user