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