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%; }