animate the loading text as well

This commit is contained in:
Georges-Antoine Assi
2025-09-09 18:02:26 -04:00
parent c9b64d0166
commit 25268b1386
3 changed files with 46 additions and 5 deletions

View File

@@ -39,7 +39,6 @@ lint:
- ruff@0.12.11
- shellcheck@0.11.0
- shfmt@3.6.0
- svgo@4.0.0
- taplo@0.10.0
- trivy@0.66.0
- trufflehog@3.90.5

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -38,9 +38,9 @@
}
#app-loading-logo img {
width: 30%;
height: 30%;
opacity: 0.1;
width: 40%;
height: 40%;
opacity: 0.2;
}
@media (prefers-color-scheme: dark) {