Leaderboard Blocks Icon is different between mobile and desktop #87

Closed
mummified-corroding-granny wants to merge 2 commits from <deleted>:leaderboard-blocks-icon-fix12 into master
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
</li>
{% if v and v.admin_level >= PERMS['USER_BLOCKS_VISIBLE'] -%}
<li class="nav-item">
<a class="nav-link{% if request.path == '/blocks' %} active{% endif %}" href="/blocks"><i class="fas fa-user-slash pr-2"></i>Blocks</a>
<a class="nav-link{% if request.path == '/blocks' %} active{% endif %}" href="/blocks"><i class="fas fa-eye-slash pr-2"></i>Blocks</a>
</li>
{%- endif %}
<li class="nav-item">

View File

@ -3,7 +3,7 @@
<div class="col">
<div class="flex-row box-shadow-bottom d-flex justify-content-center justify-content-md-between align-items-center">
<ul class="nav settings-nav" id="profile-content--nav">
<li class="nav-item mr-1">
<li class="nav-item">
<a class="nav-link{% if path == '' %} active{% endif %}" href="/@{{u.username}}">Wall</a>
</li>
<li class="nav-item">