fix(frontend): robust loading spinner removal using css class

This commit is contained in:
spinline
2026-01-31 14:47:08 +03:00
parent 0cf5841023
commit 27fd02b9c9
2 changed files with 10 additions and 0 deletions

View File

@@ -42,6 +42,10 @@
transform: rotate(360deg);
}
}
body.app-loaded #app-loading {
display: none !important;
}
</style>
</body>