fix(yt-music bugs): fixed a weird margin-bottom issue when using YouTube Premium

This commit is contained in:
JellyBrick
2024-01-13 10:02:18 +09:00
parent bebd232af0
commit f8e55f95df

View File

@ -55,3 +55,7 @@ ytmusic-nav-bar > div.left-content > a > picture > img {
tp-yt-paper-item.ytmusic-guide-entry-renderer::before {
border-radius: 8px !important;
}
/** apply fix when #av-id is exist */
#av-id ~ #player {
margin-top: calc(var(--ytmusic-player-page-vertical-padding) / 2 * -1) !important;
}