This commit is contained in:
Mayhem 2014-02-13 17:24:14 +01:00 committed by ccd0
parent dd3ce22632
commit 8a68ffad08

View File

@ -345,7 +345,7 @@ UI = do ->
else
top
[left, right] = if clientX <= @clientWidth - 400
[left, right] = if clientX <= @clientWidth / 2
[clientX + 45 + 'px', null]
else
[null, @clientWidth - clientX + 45 + 'px']