mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Reduce CLS in channel page.
This commit is contained in:
		
							parent
							
								
									7c8e1165b8
								
							
						
					
					
						commit
						1bca91d4dc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -13,7 +13,7 @@
 | 
				
			||||||
                v-for="item in this.channel.relatedStreams"
 | 
					                v-for="item in this.channel.relatedStreams"
 | 
				
			||||||
            >
 | 
					            >
 | 
				
			||||||
                <router-link class="uk-link-muted uk-text-justify" v-bind:to="item.url || '/'">
 | 
					                <router-link class="uk-link-muted uk-text-justify" v-bind:to="item.url || '/'">
 | 
				
			||||||
                    <img style="width: 100%" v-bind:src="item.thumbnail" loading="lazy" />
 | 
					                    <img height="94" width="168" style="width: 100%" v-bind:src="item.thumbnail" loading="lazy" />
 | 
				
			||||||
                    <a>{{ item.title }}</a>
 | 
					                    <a>{{ item.title }}</a>
 | 
				
			||||||
                </router-link>
 | 
					                </router-link>
 | 
				
			||||||
                <br />
 | 
					                <br />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue