mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 11:01:45 +00:00
fix(youtube-music): fix #3296, and macOS traffic lights
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user