mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 02:08:23 +00:00
Fit channel link to content
This commit is contained in:
parent
6efa6691b1
commit
501b523680
@ -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="h-box">
|
||||
<a href="/channel/<%= video.ucid %>">
|
||||
<a href="/channel/<%= video.ucid %>" style="display:block;width:fit-content">
|
||||
<div class="channel-profile">
|
||||
<img src="/ggpht<%= URI.parse(video.author_thumbnail).full_path %>">
|
||||
<span><%= video.author %></span>
|
||||
|
Loading…
Reference in New Issue
Block a user