From 349c5af574e365f5938520895c249feb582d6b4e Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 14 Jul 2025 09:30:41 -0700 Subject: [PATCH] Adjust top position of loading-spinner --- app/css/all.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/css/all.css b/app/css/all.css index 6c054e18..f6aec2cd 100644 --- a/app/css/all.css +++ b/app/css/all.css @@ -130,7 +130,7 @@ th { .loading-spinner::before { position: absolute; - top: 0; + top: 120px; left: 0; width: 100%; height: calc(100vh / 4); @@ -138,10 +138,10 @@ th { justify-content: center; align-items: center; color: var(--raspap-text-muted); - content: "\f1ce"; /* Unicode for the circle-notch icon */ + content: "\f1ce"; font-family: "Font Awesome 5 Free"; - font-weight: 900; /* Adjust as needed */ - font-size: 54px; /* Adjust icon size as needed */ + font-weight: 900; + font-size: 54px; animation: spin 1.2s linear infinite; width: 100%; }