Jake Vanderwerf
2025-11-10 a9bc55996f23ceeb6a6e941bcb56db11c385cddf
feed.css
@@ -385,10 +385,7 @@
    width: 3em;
    height: 3em;
}
.loading .loading-message .icon svg {
    width: 100%;
    height: 100%;
    margin-right: 1rem;
.loading .loading-message .icon {
    animation: dance 2s ease-in-out infinite;
    transition: color 0.3s ease;
}
@@ -931,7 +928,7 @@
    font-size: 0.9rem;
}
.loading-indicator svg {
.loading-indicator .icon {
    animation: spin 1s linear infinite;
}