animation flow fix

This commit is contained in:
2026-04-16 12:55:37 +05:30
parent bf7245d6d1
commit 11940678f7
2 changed files with 35 additions and 9 deletions

View File

@@ -19,7 +19,11 @@
display: flex;
align-items: center;
justify-content: center;
background: transparent;
background: #eef6ee;
}
[data-theme="dark"] .page-loader {
background: #0a0a0a;
}
.page-loader__tree {