mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-30 19:49:14 -04:00
Speed up canvas by removing fade-in animation
This commit is contained in:
parent
8a17b82fa4
commit
df778ba42c
6 changed files with 22 additions and 24 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue