fix noBg timeline BG's when wallpaper set

This commit is contained in:
Freeplay 2023-05-15 22:05:43 -04:00
parent 805134bb74
commit 3fde459b6e
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ console.log(mainRouter.currentRoute.value.name);
}
:deep(.tl),
:deep(.notes) {
background: none !important;
background: none;
}
}
}