Commit 3d4dcd0
committed
app/UI: make the gradient move in the opposite way
Make the gradient move to the right, instead of to the left - it
looks more pleasing. Unfortunately, it required a few more
computations related to modular arithmetic on negative numbers.1 parent ac27f96 commit 3d4dcd0
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
465 | 467 | | |
466 | 468 | | |
467 | 469 | | |
| |||
479 | 481 | | |
480 | 482 | | |
481 | 483 | | |
482 | | - | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
483 | 487 | | |
484 | 488 | | |
485 | 489 | | |
| |||
0 commit comments