mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated location of controls
This commit is contained in:
@@ -64,7 +64,7 @@ function initControls()
|
||||
|
||||
function fitToScreen()
|
||||
{
|
||||
document.getElementById("controls").style.top = document.getElementById("player").offsetTop + $("#player").height() -30 + "px";
|
||||
document.getElementById("controls").style.top = document.getElementById("player").offsetTop + $("#player").height() + "px";
|
||||
document.getElementById("controls").style.left = document.getElementById("player").offsetLeft + "px";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user