forked from MarseyWorld/MarseyWorld
fix padding inconsistency
parent
419c530a2a
commit
316963e424
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue