fix noBg timeline BG's when wallpaper set

This commit is contained in:
Freeplay 2023-05-15 22:05:43 -04:00
parent bda32c5fb4
commit ba55c3be4f

View File

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