mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Reduce space between extern link header and items
(cherry picked from commit ee755a8e0a
)
This commit is contained in:
parent
29fd3d13b6
commit
3e8b74cd43
1 changed files with 2 additions and 2 deletions
|
@ -36,10 +36,10 @@
|
||||||
<div class="h-box">
|
<div class="h-box">
|
||||||
<h3> <%= translate(locale, "channel_about_page_links_section_header") %> </h3>
|
<h3> <%= translate(locale, "channel_about_page_links_section_header") %> </h3>
|
||||||
<% channel.links.each do |link_tuple| %>
|
<% channel.links.each do |link_tuple| %>
|
||||||
<p class="pure-u-11-24">
|
<div class="pure-u-11-24" style="margin-bottom: 2em;">
|
||||||
<img src="/fetch_link_favicon?url=<%=link_tuple[2]%>">
|
<img src="/fetch_link_favicon?url=<%=link_tuple[2]%>">
|
||||||
<a href="<%=link_tuple[1]%>"><%=link_tuple[0]%></a>
|
<a href="<%=link_tuple[1]%>"><%=link_tuple[0]%></a>
|
||||||
</p>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue