From 0137a4372292d8b57351fde14704231795446b79 Mon Sep 17 00:00:00 2001 From: syeopite Date: Sun, 25 Jul 2021 06:08:13 -0700 Subject: [PATCH] Change sizing of community attachments --- src/invidious/views/community.ecr | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/invidious/views/community.ecr b/src/invidious/views/community.ecr index d58db685..71c5d2e2 100644 --- a/src/invidious/views/community.ecr +++ b/src/invidious/views/community.ecr @@ -81,16 +81,14 @@ <% # Handles attachments: %> <% attachment = thread.attachment %> <% if attachment.is_a? YouTubeStructs::VideoRenderer %> -
-
- -
+
+
<% elsif attachment.is_a? YouTubeStructs::PlaylistRenderer %> <% elsif attachment.is_a? YouTubeStructs::CommunityPoll %> <% elsif attachment.nil? %> <% else %> - + <% end %>

<%= thread.likes %>