mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-19 23:52:16 +00:00
Speed up canvas by removing fade-in animation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user