Do not use flex for watch-video-playlist container

This commit is contained in:
Cadence Ember 2020-07-10 13:16:12 +12:00
parent 54b8d19c68
commit 87575e1094
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
@click="playNextVideo"
/>
</p>
<ft-flex-box
<div
v-if="!isLoading"
class="playlistItems"
>
@ -76,7 +76,7 @@
force-list-type="list"
/>
</div>
</ft-flex-box>
</div>
</div>
</ft-card>
</template>