mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
30 lines
778 B
CSS
30 lines
778 B
CSS
yt-page-navigation-progress {
|
|
--yt-page-navigation-container-color: #00000046 !important;
|
|
--yt-page-navigation-progress-color: white !important;
|
|
}
|
|
|
|
#player-page {
|
|
transition: transform 300ms,background-color 300ms cubic-bezier(0.2,0,0.6,1) !important;
|
|
}
|
|
|
|
#nav-bar-background {
|
|
transition: opacity 200ms,background-color 300ms cubic-bezier(0.2,0,0.6,1) !important;
|
|
}
|
|
|
|
#mini-guide-background {
|
|
transition: opacity 200ms,background-color 300ms cubic-bezier(0.2,0,0.6,1) !important;
|
|
border-right: 0px !important;
|
|
}
|
|
|
|
#guide-wrapper {
|
|
transition: opacity 200ms,background-color 300ms cubic-bezier(0.2,0,0.6,1) !important;
|
|
}
|
|
|
|
#img, #player, .song-media-controls.style-scope.ytmusic-player {
|
|
border-radius: 2% !important;
|
|
}
|
|
|
|
#items {
|
|
border-radius: 10px !important;
|
|
}
|