aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/comments_page.html
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-14 23:44:29 -0500
committerJesús <heckyel@hyperbola.info>2020-12-14 23:44:29 -0500
commit7a765dc664d20f966e4e52abac1f5372045e166c (patch)
tree641f4de8cc11fd9f3234558f957b7bb6b8faf45b /youtube/templates/comments_page.html
parent9d0be82e7425641a58a551fefce26385dee2f9d3 (diff)
downloadyt-local-7a765dc664d20f966e4e52abac1f5372045e166c.tar.lz
yt-local-7a765dc664d20f966e4e52abac1f5372045e166c.tar.xz
yt-local-7a765dc664d20f966e4e52abac1f5372045e166c.zip
Change general design theme
Diffstat (limited to 'youtube/templates/comments_page.html')
-rw-r--r--youtube/templates/comments_page.html10
1 files changed, 1 insertions, 9 deletions
diff --git a/youtube/templates/comments_page.html b/youtube/templates/comments_page.html
index 2d914af..09230f5 100644
--- a/youtube/templates/comments_page.html
+++ b/youtube/templates/comments_page.html
@@ -3,16 +3,11 @@
{% if not slim %}
{% extends "base.html" %}
-
{% block style %}
- .comments-area{
- margin: auto;
- width:640px;
- }
+ <link href="/youtube.com/static/comments.css" rel="stylesheet">
{% endblock style %}
{% endif %}
-
{% block main %}
<section class="comments-area">
{% if not comments_info['is_replies'] %}
@@ -27,7 +22,6 @@
</section>
{% endif %}
-
{% if not comments_info['is_replies'] %}
<div class="comment-links">
{% for link_text, link_url in comments_info['comment_links'] %}
@@ -51,5 +45,3 @@
<script src="/youtube.com/static/js/comments.js"></script>
{% endif %}
{% endblock main %}
-
-