From 86cabfaef8b9e0a7b7530d3c6ba3cfb7dbd09c27 Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Tue, 28 Sep 2021 20:35:21 +0200 Subject: [PATCH] Temporary fix for canvas --- user.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user.css b/user.css index 1f0e431..6a2ed0f 100644 --- a/user.css +++ b/user.css @@ -1,3 +1,8 @@ +/* Temporay fix for Canvas taking up half the screen */ +body > canvas[width="250"][height="250"] { + display: none; +} + :root { --bar-height: 70px; --bar-cover-art-size: 40px;