fix player width
This commit is contained in:
parent
cfccc7f4b0
commit
4263abe3e4
|
@ -6,9 +6,7 @@
|
||||||
<Header></Header>
|
<Header></Header>
|
||||||
|
|
||||||
<section class="viewer" bind:this={viewerEl}>
|
<section class="viewer" bind:this={viewerEl}>
|
||||||
<div class="container">
|
<Viewer large={large} sticky={sticky}></Viewer>
|
||||||
<Viewer large={large} sticky={sticky}></Viewer>
|
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="queue">
|
<section class="queue">
|
||||||
|
|
Loading…
Reference in New Issue