Adjust top position of loading-spinner

This commit is contained in:
billz
2025-07-14 09:30:41 -07:00
parent 918f7daa74
commit 349c5af574

View File

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