Make link hovering work; give comment form good space

This commit is contained in:
benjamin melançon 2019-01-29 12:21:55 -05:00
parent 628d52a786
commit 610b7948b5

View file

@ -39,7 +39,7 @@
</div> </div>
{% endif %} {% endif %}
{% if comment_form %} {% if comment_form %}
<div class="titlebar_links"> <div class="titlebar_links content">
{% if comments %} {% if comments %}
<a href="#comment-form">Add new comment</a> <a href="#comment-form">Add new comment</a>
{% else %} {% else %}
@ -55,12 +55,14 @@
{% endif %} {% endif %}
{% if comment_form %} {% if comment_form %}
<div class="media media-comment">
<div class="flow content"> <div class="flow content">
<div class="flow_middle"> <div class="flow_middle">
<h3 class="subtitle" id="comment-form">{{ 'Add new comment'|t }}</h3> <h3 class="subtitle" id="comment-form">{{ 'Add new comment'|t }}</h3>
{{ comment_form }} {{ comment_form }}
</div> </div>
</div> </div>
</div>
{% endif %} {% endif %}
</div> </div>