From 02021691ca822266612fe6c5334b854acd2ad36f Mon Sep 17 00:00:00 2001 From: a <252674497+ap5z@users.noreply.github.com> Date: Sun, 5 Apr 2026 09:12:35 -0400 Subject: [PATCH 1/2] Update styles.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- styles.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/styles.css b/styles.css index 57d66e9..d9d2a76 100644 --- a/styles.css +++ b/styles.css @@ -4126,11 +4126,6 @@ input:checked + .slider::before { opacity: 1; } -body:has(#fullscreen-cover-overlay.ui-hidden.inline-lyrics) #side-panel[data-view='lyrics'] { - opacity: 0; - pointer-events: none; - transition: opacity 0.5s ease; -} #fullscreen-cover-overlay:not(.ui-hidden) .fullscreen-main-view, #fullscreen-cover-overlay:not(.ui-hidden) .fullscreen-controls, #fullscreen-cover-overlay:not(.ui-hidden) #fullscreen-next-track { From 476648ff8a33312fbcfc34ce5acdd1a9f0126a54 Mon Sep 17 00:00:00 2001 From: a <252674497+ap5z@users.noreply.github.com> Date: Sun, 5 Apr 2026 09:13:22 -0400 Subject: [PATCH 2/2] Update js/ui.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- js/ui.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/ui.js b/js/ui.js index 5827d7f..b1741fd 100644 --- a/js/ui.js +++ b/js/ui.js @@ -155,8 +155,6 @@ export class UIRenderer { this.renderLock = false; this.lastRecommendedTracks = []; this.currentArtistId = null; - this.fullscreenLyricsVisible = true; - this.fullscreenPlaybackStateCleanup = null; // Listen for dynamic color reset events window.addEventListener('reset-dynamic-color', () => {