forked from rDrama/rDrama
1
0
Fork 0

minor cosmetic change

master
Aevann1 2022-08-21 16:11:58 +02:00
parent 47f661faeb
commit 41617f19c8
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<button class="col px-0 btn btn-dead m-0 pt-0" style="background: None !important; border: None;">
<a href="/chat" class="text-decoration-none" role="button">
<div class="text-center {% if request.path=='/chat' %}text-primary{% else %}text-muted{% endif %}">
<b class="text-lg" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Users in chat right now">{{cache.get(ONLINE_STR)}}</b>
<b class="text-lg" style="padding-top:10px" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Users in chat right now">{{cache.get(ONLINE_STR)}}</b>
<div class="text-small">Chat</div>
</div>
</a>