fix padding inconsistency

master
Aevann 2024-10-24 17:44:40 +03:00
parent 419c530a2a
commit 316963e424
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@
{% endif %}
{% if v and (not c.ghost or v.admin_level >= PERMS['SEE_GHOST_VOTES']) %}
<a href="/votes/{{c.fullname}}"><li class="list-group-item"><i class="fas fa-arrows-v mr-2"></i>Votes</li></a>
<a href="/votes/{{c.fullname}}"><li class="list-group-item"><i class="fas fa-arrows-v mr-2 mt-0"></i>Votes</li></a>
{% endif %}
<a class="list-group-item" href="{{c.permalink}}"><i class="fas fa-book-open mr-2"></i>Context</a>