Skip to content

Commit

Permalink
Fix position and size of the overlay spinner (#2385)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdwebdesign authored Oct 5, 2022
2 parents 2ad17d4 + 6cbd7ff commit 4fdd7eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style/pi-hole.css
Original file line number Diff line number Diff line change
Expand Up @@ -1011,3 +1011,13 @@ table.dataTable tbody > tr > .selected {
line-height: 1;
animation: 2s infinite Pulse steps(20);
}

/* Loading spinner (Dashboard and Long-term data) */
.overlay .fa-spin {
position: relative;
opacity: 0.5;
font-size: 2.5em;
top: 50%;
left: 50%;
translate: -50% -50%;
}

0 comments on commit 4fdd7eb

Please sign in to comment.