From 289fc411805d43d78784d92eee37b2e0305ad250 Mon Sep 17 00:00:00 2001 From: jon4hz Date: Fri, 17 Mar 2023 13:02:09 +0100 Subject: [PATCH] fix(ziro): volume bar alignment with spotify connect (#895) --- Ziro/user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ziro/user.css b/Ziro/user.css index 3a1b66f..b1bb83c 100644 --- a/Ziro/user.css +++ b/Ziro/user.css @@ -79,7 +79,7 @@ left: 0; bottom: 84px; } -.main-nowPlayingBar-nowPlayingBar:not(:only-child) .playback-progressbar { +.main-nowPlayingBar-nowPlayingBar:not(:only-child) .playback-progressbar:not(.volume-bar > .playback-progressbar) { bottom: 108px; } .playback-bar {