update storage-overview.tsx

This commit is contained in:
MacRimi
2026-04-13 15:29:22 +02:00
parent 4eea90bd97
commit 98becfd368
2 changed files with 274 additions and 151 deletions

View File

@@ -163,3 +163,15 @@
.xterm-rows {
margin: 0 !important;
}
/* ===================== */
/* Progress Animations */
/* ===================== */
@keyframes indeterminate {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(400%);
}
}