aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 145a83b..a9e95b5 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -936,16 +936,14 @@ class Viewport {
document.getElementById("client_evi").style.left = "initial";
$( "#client_evi" ).animate({
height: "30%",
- opacity: 1,
- marginLeft: "10.6in"
+ opacity: 1
}, 250 );
} else {
document.getElementById("client_evi").style.right = "initial";
document.getElementById("client_evi").style.left = "1.5em";
$( "#client_evi" ).animate({
height: "30%",
- opacity: 1,
- marginRight: "10.6in"
+ opacity: 1
}, 250 );
}
}