SpinnerTiny: Fix circle animation appearing to skip

This commit is contained in:
IRHM
2026-07-15 01:26:25 +01:00
committed by momi
parent ca428327e2
commit 448fdd9df3
+1 -1
View File
@@ -49,7 +49,7 @@
}
100% {
stroke-dasharray: 1px 200px;
stroke-dashoffset: -125px;
stroke-dashoffset: -124px;
}
}
</style>