From b1c5ecfcc027803993fdaa7d20d7477e4c07d617 Mon Sep 17 00:00:00 2001 From: Grason Chan Date: Wed, 7 Jul 2021 23:28:10 +0800 Subject: [PATCH] fix(Turntable): repair invalid styles You may need to reinstall Spotify and Spicetify. --- Turntable/user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Turntable/user.css b/Turntable/user.css index d7e4a33..7b414de 100644 --- a/Turntable/user.css +++ b/Turntable/user.css @@ -61,7 +61,7 @@ background-color: #181818 !important } -.main-virtualScrollList-wrapper [role="row"]:nth-child(odd) { +.main-rootlist-wrapper [role="row"]:nth-child(odd) { background: linear-gradient(to right, #121212, #191919, #121212) }