Speed up canvas by removing fade-in animation

This commit is contained in:
schlagmichdoch 2023-05-16 18:55:36 +02:00
parent 8a17b82fa4
commit df778ba42c
6 changed files with 22 additions and 24 deletions

View file

@ -1204,6 +1204,14 @@ button::-moz-focus-inner {
align-self: end;
}
canvas .circles {
width: 100vw;
position: absolute;
z-index: -10;
top: 0;
left: 0;
}
/* Loading Indicator */
.progress {