mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-04 06:31:55 +00:00 
			
		
		
		
	Merge pull request #3014 from GlenLowland/fix-avatar-size
Set fixed uploader avatar size on Watch Video page
This commit is contained in:
		@@ -72,7 +72,14 @@
 | 
			
		||||
            <div class="flex flex-wrap gap-1">
 | 
			
		||||
                <!-- Channel Image & Info -->
 | 
			
		||||
                <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">{{
 | 
			
		||||
                        video.uploader
 | 
			
		||||
                    }}</router-link>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user