mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-14 14:20:28 +05:30
Set fixed uploader avatar size on Watch Video page
This commit is contained in:
parent
2c24cb476d
commit
7c90739eb4
@ -72,7 +72,14 @@
|
|||||||
<div class="flex flex-wrap gap-1">
|
<div class="flex flex-wrap gap-1">
|
||||||
<!-- Channel Image & Info -->
|
<!-- Channel Image & Info -->
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<img :src="video.uploaderAvatar" alt="" loading="lazy" class="rounded-full" />
|
<img
|
||||||
|
height="48"
|
||||||
|
width="48"
|
||||||
|
:src="video.uploaderAvatar"
|
||||||
|
alt=""
|
||||||
|
loading="lazy"
|
||||||
|
class="rounded-full"
|
||||||
|
/>
|
||||||
<router-link v-if="video.uploaderUrl" class="link ml-1.5" :to="video.uploaderUrl">{{
|
<router-link v-if="video.uploaderUrl" class="link ml-1.5" :to="video.uploaderUrl">{{
|
||||||
video.uploader
|
video.uploader
|
||||||
}}</router-link>
|
}}</router-link>
|
||||||
|
Loading…
Reference in New Issue
Block a user