From ba55c3be4f9a78e8c6fb24729d7efa35bb8c7e86 Mon Sep 17 00:00:00 2001 From: Freeplay Date: Mon, 15 May 2023 22:05:43 -0400 Subject: [PATCH] fix noBg timeline BG's when wallpaper set --- packages/client/src/ui/universal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index 707f1ef6b..f66213306 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -530,7 +530,7 @@ console.log(mainRouter.currentRoute.value.name); } :deep(.tl), :deep(.notes) { - background: none !important; + background: none; } } }