From ebe4cf0d01e94782eb2505d94269bf46f01b3281 Mon Sep 17 00:00:00 2001 From: Sijmen Date: Thu, 27 Apr 2023 04:08:58 +0200 Subject: [PATCH] Fix css syntax error --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 45bd2c3..133685e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -170,7 +170,7 @@ } .nowplaying .albumart:hover { transform: scale(1.05); - }; + } .nowplaying .metadata { flex: 1;