mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
fix(yt-music bugs): fixed a weird margin-bottom issue when using YouTube Premium
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user