mirror of
				https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
				synced 2024-08-15 00:53:38 +00:00 
			
		
		
		
	Fit channel link to content
This commit is contained in:
		
							parent
							
								
									6efa6691b1
								
							
						
					
					
						commit
						501b523680
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -165,7 +165,7 @@ var video_data = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <div class="pure-u-1 <% if params.related_videos || plid %>pure-u-lg-3-5<% else %>pure-u-md-4-5<% end %>">
 | 
					    <div class="pure-u-1 <% if params.related_videos || plid %>pure-u-lg-3-5<% else %>pure-u-md-4-5<% end %>">
 | 
				
			||||||
        <div class="h-box">
 | 
					        <div class="h-box">
 | 
				
			||||||
            <a href="/channel/<%= video.ucid %>">
 | 
					            <a href="/channel/<%= video.ucid %>" style="display:block;width:fit-content">
 | 
				
			||||||
                <div class="channel-profile">
 | 
					                <div class="channel-profile">
 | 
				
			||||||
                    <img src="/ggpht<%= URI.parse(video.author_thumbnail).full_path %>">
 | 
					                    <img src="/ggpht<%= URI.parse(video.author_thumbnail).full_path %>">
 | 
				
			||||||
                    <span><%= video.author %></span>
 | 
					                    <span><%= video.author %></span>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue