From a9bc55996f23ceeb6a6e941bcb56db11c385cddf Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 10 Nov 2025 21:05:52 +0000
Subject: [PATCH] =update

---
 feed.css |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/feed.css b/feed.css
index 20f1d7f..5471f2f 100644
--- a/feed.css
+++ b/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;
 }
 

--
Gitblit v1.10.0