summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/invidious/views/subscriptions.ecr18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/invidious/views/subscriptions.ecr b/src/invidious/views/subscriptions.ecr
index bc782e84..e1a1cc54 100644
--- a/src/invidious/views/subscriptions.ecr
+++ b/src/invidious/views/subscriptions.ecr
@@ -15,15 +15,15 @@
</div>
</div>
-<div class="h-box">
- <center><%= notifications.size %> unseen notifications</center>
- <% notifications.each_slice(4) do |slice| %>
- <% slice.each do |video| %>
- <%= rendered "components/video" %>
- <% end %>
- <% end %>
- <hr>
-</div>
+<center><%= notifications.size %> unseen notifications</center>
+<% notifications.each_slice(4) do |slice| %>
+ <div class="pure-g">
+ <% slice.each do |video| %>
+ <%= rendered "components/video" %>
+ <% end %>
+ </div>
+<% end %>
+<hr>
<% videos.each_slice(4) do |slice| %>
<div class="pure-g">