From f7e9cf9a29a9fd5e93a7a7f4596e50689dc5d384 Mon Sep 17 00:00:00 2001 From: FrostyBiscuit <128132341+frostybiscuit@users.noreply.github.com> Date: Sun, 17 Mar 2024 18:46:44 +0100 Subject: [PATCH] fix: Fix Miniplayer image size (#1863) --- src/plugins/ambient-mode/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/ambient-mode/style.css b/src/plugins/ambient-mode/style.css index 5c5bf1f2..845657c9 100644 --- a/src/plugins/ambient-mode/style.css +++ b/src/plugins/ambient-mode/style.css @@ -29,7 +29,7 @@ height: 100%; } -#player:not([video-mode]):not(.video-mode) { +#player:not([video-mode]):not(.video-mode):not([player-ui-state='MINIPLAYER']) { width: 100%; margin: 0 auto !important; overflow: visible;