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