mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Fix position and size of the overlay spinner (#2385)
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user