From 3a42d700fe8a543ede2e175f47a2222be4237650 Mon Sep 17 00:00:00 2001 From: Su-Yong Date: Sat, 25 May 2024 20:51:28 +0900 Subject: [PATCH] fix(album-color-theme): fix fullscreen layout issue --- src/plugins/album-color-theme/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/album-color-theme/style.css b/src/plugins/album-color-theme/style.css index 7034f914..8d82160e 100644 --- a/src/plugins/album-color-theme/style.css +++ b/src/plugins/album-color-theme/style.css @@ -30,7 +30,7 @@ yt-page-navigation-progress { /* fix blur navigation bar */ -ytmusic-app-layout > [slot="player-page"]:not([is-mweb-modernization-enabled]) { +ytmusic-app-layout > [slot="player-page"]:not([is-mweb-modernization-enabled]):not(:has(ytmusic-player[player-ui-state=FULLSCREEN])) { padding-top: 90px; margin-top: calc(-90px + var(--menu-bar-height, 0px)) !important; }