mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-13 22:00:28 +05:30
Merge pull request #3360 from Bnyro/master
fix: some minor visual glitches in playlists and subscription page
This commit is contained in:
commit
690467895d
@ -9,7 +9,7 @@
|
|||||||
id="fileSelector"
|
id="fileSelector"
|
||||||
ref="fileSelector"
|
ref="fileSelector"
|
||||||
type="file"
|
type="file"
|
||||||
class="display-none"
|
class="hidden"
|
||||||
multiple="multiple"
|
multiple="multiple"
|
||||||
@change="importPlaylists"
|
@change="importPlaylists"
|
||||||
/>
|
/>
|
||||||
|
@ -35,11 +35,9 @@
|
|||||||
v-text="`${$t('actions.export_to_json')} (${$t('titles.channel_groups')})`"
|
v-text="`${$t('actions.export_to_json')} (${$t('titles.channel_groups')})`"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex self-center gap-1">
|
<!-- subscriptions count, only shown if there are any -->
|
||||||
<!-- subscriptions count, only shown if there are any -->
|
<div v-if="subscriptions.length > 0" class="flex self-center gap-1">
|
||||||
<i18n-t v-if="subscriptions.length > 0" keypath="subscriptions.subscribed_channels_count">{{
|
<i18n-t keypath="subscriptions.subscribed_channels_count">{{ subscriptions.length }}</i18n-t>
|
||||||
subscriptions.length
|
|
||||||
}}</i18n-t>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
|
Loading…
Reference in New Issue
Block a user