mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Style horizontal break in feed
This commit is contained in:
parent
f121e74d33
commit
c8d56fb426
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@
|
|||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<div class="h-box">
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<% videos.each_slice(4) do |slice| %>
|
||||
<div class="pure-g">
|
||||
|
|
Loading…
Reference in a new issue