fix(style): fix miniplayer style

This commit is contained in:
Su-Yong
2024-03-24 02:07:36 +09:00
parent ed700c2916
commit a8bc53912d
3 changed files with 7 additions and 2 deletions

View File

@ -30,7 +30,7 @@ yt-page-navigation-progress {
/* fix blur navigation bar */
ytmusic-app-layout > [slot='player-page'] {
ytmusic-app-layout > [slot="player-page"]:not([is-mweb-modernization-enabled]) {
padding-top: 90px;
margin-top: calc(-90px + var(--menu-bar-height, 0px)) !important;
}