diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/forms/browsetube.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/forms/browsetube.php b/views/default/forms/browsetube.php index fe9a9518c..82201a81c 100644 --- a/views/default/forms/browsetube.php +++ b/views/default/forms/browsetube.php @@ -206,7 +206,7 @@ function disableScreen(embed_video, param2) { $(getContainer).css({ top: getPageScroll()[1] + (getPageHeight() / 10), - left: ((getPageWidth() / 2) - (300)), + left: ((getPageWidth() / 2) - (400)), height: "0px" }).animate( {height:"390px"}, 600 ); |