Files
zoff/server/public/layouts/channel.handlebars
Kasper Rynning-Tønnesen d4a2798dc8 Controls on mobile, and dragging
- Not using #playbar anymore, since the default controls work on mobile
- Removed List.dragging code, not in use anymore
2017-11-21 17:48:25 +01:00

15 lines
451 B
Handlebars
Executable File

<div id="main-container" class="channelpage noselect cursor-default">
{{> channel/header}}
<div id="channel-load" class="progress">
<div class="indeterminate" id="channel-load-move"></div>
</div>
<main class="container center-align main">
<div id="main-row" class="row">
{{> channel/players}}
{{> channel/tabs}}
</div>
<!--<div id="playbar">
</div>-->
</main>
</div>