Skip to content

Commit 3a42d70

Browse files
committed
fix(album-color-theme): fix fullscreen layout issue
1 parent 1a142a8 commit 3a42d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/album-color-theme/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ yt-page-navigation-progress {
3030

3131
/* fix blur navigation bar */
3232

33-
ytmusic-app-layout > [slot="player-page"]:not([is-mweb-modernization-enabled]) {
33+
ytmusic-app-layout > [slot="player-page"]:not([is-mweb-modernization-enabled]):not(:has(ytmusic-player[player-ui-state=FULLSCREEN])) {
3434
padding-top: 90px;
3535
margin-top: calc(-90px + var(--menu-bar-height, 0px)) !important;
3636
}

0 commit comments

Comments
 (0)