mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-26 23:26:47 +01:00
Adjust top position of loading-spinner
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user