mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Navigating from channel to frontpage and back-and-forth now works a lot better
This commit is contained in:
@@ -166,12 +166,13 @@
|
||||
</div>
|
||||
<main class="container center-align main">
|
||||
<div id="main-row" class="row">
|
||||
<div class="col s12 m9 video-container no-opacity click-through">
|
||||
<div id="video-container" class="col s12 m9 video-container no-opacity click-through">
|
||||
<!--
|
||||
width: calc(100% - 261px);
|
||||
display: inline;
|
||||
-->
|
||||
<div id="player" class="ytplayer"></div>
|
||||
<div id="main_components">
|
||||
<div id="player_overlay" class="hide valign-wrapper">
|
||||
<div id="player_overlay_text" class="valign center-align">
|
||||
Waiting for Video
|
||||
@@ -196,6 +197,7 @@
|
||||
<div id="viewers"></div>
|
||||
<div id="bar"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="playlist" class="col s12 m3">
|
||||
<div id="top-button" title="Scroll to the top" class="rounded-bottom hide top-button-with-tabs hide-on-small-only">Top</div>
|
||||
@@ -270,7 +272,6 @@
|
||||
<div id="playbar">
|
||||
</div>
|
||||
</main>
|
||||
<div id="frontpage_player"></div>
|
||||
|
||||
<?php include("php/footer.php"); ?>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user