From 1e128d7d831f22f1715fceb2a9ab8535bca69a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Sj=C3=B6stedt?= Date: Thu, 7 Oct 2021 20:04:17 +0100 Subject: [PATCH] Add missing } at end of user.css --- user.css | 1 + 1 file changed, 1 insertion(+) diff --git a/user.css b/user.css index b667a0a..7eda485 100644 --- a/user.css +++ b/user.css @@ -1069,3 +1069,4 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container { .main-actionBar-ActionBarRow button:not(.main-playButton-primary) { color: var(--spice-subtext); +}