mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-23 16:26:17 -04:00
Minor style improvements
This commit is contained in:
parent
6416cca048
commit
ed8c6ab653
4 changed files with 10 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
h = window.innerHeight;
|
||||
c.width = w;
|
||||
c.height = h;
|
||||
var offset = h > 370 ? 103 : 65;
|
||||
var offset = h > 370 ? 100 : 65;
|
||||
x0 = w / 2;
|
||||
y0 = h - offset;
|
||||
dw = Math.max(w, h, 1000) / 13;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue