mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
Merge pull request #2015 from BryanGIG/fix-fullscreen-patch-1
Fix substract `margin-top` in fullscreen mode
This commit is contained in:
@ -78,5 +78,5 @@ tp-yt-paper-item.ytmusic-guide-entry-renderer::before {
|
||||
}
|
||||
|
||||
ytmusic-player[player-ui-state=FULLSCREEN] {
|
||||
top: calc(var(--menu-bar-height, 32px) * -1) !important;
|
||||
margin-top: calc(var(--menu-bar-height, 32px) * -1) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user