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

@ -1,10 +1,18 @@
#nav-bar-background,
#header.ytmusic-item-section-renderer,
ytmusic-tabs {
#header.ytmusic-item-section-renderer {
background: rgba(0, 0, 0, 0.3) !important;
backdrop-filter: blur(8px) !important;
}
ytmusic-tabs {
top: calc(var(--ytmusic-nav-bar-height) + var(--menu-bar-height, 36px));
backdrop-filter: blur(8px) !important;
}
ytmusic-tabs.stuck {
background: rgba(0, 0, 0, 0.3) !important;
}
#nav-bar-divider {
display: none !important;
}