mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update ChannelPage.vue
This commit is contained in:
parent
ee2d13016a
commit
26ed1cb5af
1 changed files with 1 additions and 1 deletions
|
@ -3,10 +3,10 @@
|
|||
|
||||
<LoadingIndicatorPage :show-content="channel != null && !channel.error">
|
||||
<img
|
||||
loading="lazy"
|
||||
v-if="channel.bannerUrl"
|
||||
:src="channel.bannerUrl"
|
||||
class="h-30 w-full object-cover py-1.5 md:h-50"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="flex flex-col items-center justify-between md:flex-row">
|
||||
<div class="flex place-items-center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue