mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Button positioning
This commit is contained in:
@@ -1137,6 +1137,12 @@ ul #chat-log{
|
|||||||
font-size:18px;
|
font-size:18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.castButton-active, .castButton-active:active, .castButton-active:hover, .castButton-active:focus{
|
||||||
|
font-size: 5rem;
|
||||||
|
margin-top: -70px;
|
||||||
|
margin-right: 52%;
|
||||||
|
}
|
||||||
|
|
||||||
.chat-link{
|
.chat-link{
|
||||||
-webkit-transition:color 1s;
|
-webkit-transition:color 1s;
|
||||||
-moz-transition:color 1s;
|
-moz-transition:color 1s;
|
||||||
|
|||||||
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -71,14 +71,14 @@ var Player = {
|
|||||||
{
|
{
|
||||||
Player.loadVideoById(video_id);
|
Player.loadVideoById(video_id);
|
||||||
Player.notifyUser(video_id, song_title);
|
Player.notifyUser(video_id, song_title);
|
||||||
if(!chromecastAvailable) Player.seekTo(seekTo);
|
Player.seekTo(seekTo);
|
||||||
if(paused)
|
if(paused)
|
||||||
Player.pauseVideo();
|
Player.pauseVideo();
|
||||||
}
|
}
|
||||||
if(!paused){
|
if(!paused){
|
||||||
if(!mobile_beginning)
|
if(!mobile_beginning)
|
||||||
if(!chromecastAvailable)Player.playVideo();
|
Player.playVideo();
|
||||||
if(!chromecastAvailable && !durationBegun)
|
if(!durationBegun)
|
||||||
Player.durationSetter();
|
Player.durationSetter();
|
||||||
}
|
}
|
||||||
if(Player.player.getDuration() > seekTo || Player.player.getDuration() === 0 || chromecastAvailable)
|
if(Player.player.getDuration() > seekTo || Player.player.getDuration() === 0 || chromecastAvailable)
|
||||||
|
|||||||
Reference in New Issue
Block a user