fix(youtube-music): fix #3296, and macOS traffic lights

This commit is contained in:
JellyBrick
2025-05-11 01:56:01 +09:00
parent 41ce2320fa
commit 97a277a192
3 changed files with 17 additions and 4 deletions

View File

@ -80,3 +80,8 @@ html {
ytmusic-browse-response .ytmusic-responsive-list-item-renderer {
will-change: transform;
}
/* fix fullscreen style */
ytmusic-player[player-ui-state='FULLSCREEN'] {
margin-top: calc(var(--menu-bar-height, 32px) * -1) !important;
}