From d9517a33223d44f2c52f03a48cf79822ecd433a4 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 23 Aug 2019 19:24:42 -0700 Subject: Layout: Put related videos below video when page is too small --- youtube/templates/comments.html | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'youtube/templates/comments.html') diff --git a/youtube/templates/comments.html b/youtube/templates/comments.html index 82276b8..20cde4e 100644 --- a/youtube/templates/comments.html +++ b/youtube/templates/comments.html @@ -29,21 +29,19 @@ {% endmacro %} {% macro video_comments(comments_info) %} -
- -
- {% for comment in comments_info['comments'] %} - {{ render_comment(comment, comments_info['include_avatars']) }} - {% endfor %} -
- {% if 'more_comments_url' is in comments_info %} - More comments - {% endif %} -
+ +
+ {% for comment in comments_info['comments'] %} + {{ render_comment(comment, comments_info['include_avatars']) }} + {% endfor %} +
+ {% if 'more_comments_url' is in comments_info %} + More comments + {% endif %} {% endmacro %} {% macro comment_posting_box(info) %} -- cgit v1.2.3