! Fix subscription view error channel list style (#3921)

This commit is contained in:
PikachuEXE
2023-08-23 21:38:21 +00:00
committed by GitHub
parent cf836eae87
commit 11c3402e2f
@@ -7,7 +7,7 @@
v-if="!isLoading && errorChannels.length !== 0"
>
<h3> {{ $t("Subscriptions.Error Channels") }}</h3>
<div>
<ft-flex-box>
<ft-channel-bubble
v-for="(channel, index) in errorChannels"
:key="index"
@@ -16,7 +16,7 @@
:channel-thumbnail="channel.thumbnail"
@click="goToChannel(channel.id)"
/>
</div>
</ft-flex-box>
</div>
<ft-flex-box
v-if="!isLoading && activeVideoList.length === 0"