diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -356,8 +356,9 @@ li { margin-bottom: 5px; } -.tag_info > h2 { +.tag-text-data > h2 { margin: 0; + font-size: 2.5em; } .post-info { @@ -580,4 +581,4 @@ ul { #quote-button:hover { background-color: #2d3955; -} \ No newline at end of file +} diff --git a/boards/templates/boards/all_threads.html b/boards/templates/boards/all_threads.html --- a/boards/templates/boards/all_threads.html +++ b/boards/templates/boards/all_threads.html @@ -52,10 +52,10 @@

/{{ tag.get_view|safe }}/ - {% if perms.change_tag %} - | {% trans 'Edit tag' %} - {% endif %}

+ {% if perms.change_tag %} +
{% trans 'Edit tag' %}
+ {% endif %}

{% if is_favorite %}