mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-01-22 14:51:20 +00:00
Support overflow grid
This commit is contained in:
@@ -67,13 +67,13 @@
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<% videos.each_slice(4) do |slice| %>
|
||||
<div class="pure-g">
|
||||
<% videos.each_slice(4) do |slice| %>
|
||||
<% slice.each do |item| %>
|
||||
<%= rendered "components/item" %>
|
||||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<div class="pure-g h-box">
|
||||
<div class="pure-u-1 pure-u-md-1-5">
|
||||
|
||||
Reference in New Issue
Block a user