mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Small fixes
This commit is contained in:
parent
930f6dbb6d
commit
d3f8fa4308
4 changed files with 13 additions and 17 deletions
|
|
@ -490,6 +490,8 @@ class LoginUserView extends AbstractViewNext
|
|||
winHeightHalf = winHeight / 2,
|
||||
winWidthHalf = winWidth / 2;
|
||||
|
||||
$bg.addClass('animated');
|
||||
|
||||
$('#rl-app').on('mousemove', _.throttle((e) => {
|
||||
$bg.css({
|
||||
top: height * (e.pageY - winHeightHalf) * -1 - movementStrength,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue