forked from rDrama/rDrama
1
0
Fork 0

small cosmetic change

master
Aevann1 2022-10-28 19:59:56 +02:00
parent 180163e05e
commit 6271588056
1 changed files with 2 additions and 2 deletions

View File

@ -302,7 +302,7 @@
</li>
{% if v %}
<button class="list-inline-item mr-3 btn" onclick="ToggleReplyBox('reply-to-{{c.id}}')"><i class="fas fa-reply" style="margin-top:0.35rem"></i></button>
<button class="list-inline-item mr-3 btn nobackground" onclick="ToggleReplyBox('reply-to-{{c.id}}')"><i class="fas fa-reply" style="margin-top:0.35rem"></i></button>
{% endif %}
<li class="list-inline-item">
@ -561,7 +561,7 @@
</div>
{% if request.path.startswith('/notifications') and c.level == 1 and c.sentto and not c.parent_submission and c.author_id != AUTOJANNY_ID %}
<button class="btn btn-primary" onclick="ToggleReplyBox('reply-message-{{c.id}}')">Reply</button>
<button class="btn btn-primary nobackground" onclick="ToggleReplyBox('reply-message-{{c.id}}')">Reply</button>
{% if (v and v.admin_level >= PERMS['USER_BAN']) and (c.sentto == 2) %}
<a class="btn btn-primary ml-3 {% if c.author.is_muted %}d-none{% endif %}" role="button" id="mute-user-{{c.id}}" onclick="adminToggleMute({{c.author_id}}, 1, {{c.id}})">Mute</a>