mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-22 07:04:53 +08:00
Fix layout for iPhone 4
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
h = window.innerHeight;
|
||||
c.width = w;
|
||||
c.height = h;
|
||||
var offset = h > 370 ? 100 : 65;
|
||||
var offset = h > 380 ? 100 : 65;
|
||||
x0 = w / 2;
|
||||
y0 = h - offset;
|
||||
dw = Math.max(w, h, 1000) / 13;
|
||||
|
||||
Reference in New Issue
Block a user