From 3fde459b6e9a2174457e4745ac14157928614230 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 707f1ef6b4..f662133066 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; } } }