From e731969cf6e969d61295dbdb322a0726f5bdc378 Mon Sep 17 00:00:00 2001 From: Grason Chan Date: Wed, 17 Nov 2021 17:44:01 +0800 Subject: [PATCH] feat(Turntable): resize the turntable --- Turntable/user.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Turntable/user.css b/Turntable/user.css index dd87623..a0940f9 100644 --- a/Turntable/user.css +++ b/Turntable/user.css @@ -206,7 +206,7 @@ } #fad-art { - width: 255px !important; + width: 268px !important; margin: 80px 100px; position: relative } @@ -396,7 +396,8 @@ } @media (min-width: 1460px) and (min-height: 960px) { - #fad-foreground { + #fad-foreground, + .main-trackCreditsModal-container { transform: scale(1.2) }