forked from rDrama/rDrama
1
0
Fork 0

show how many ppl in chat on mobile

master
Aevann1 2022-08-14 05:40:35 +02:00
parent e73fa11696
commit 8a5fe27164
1 changed files with 3 additions and 3 deletions

View File

@ -48,11 +48,11 @@
</button> </button>
{% if v %} {% if v %}
{% if FEATURES['CHAT'] -%} {% if FEATURES['CHAT'] -%}
<button class="col px-0 btn btn-dead m-0" style="background: None !important; border: None;"> <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"> <a href="/chat" class="text-decoration-none" role="button">
<div class="text-center {% if request.path=='/chat' %}text-primary{% else %}text-muted{% endif %}"> <div class="text-center {% if request.path=='/chat' %}text-primary{% else %}text-muted{% endif %}">
<i class="fas fa-messages text-lg"></i> <b class="text-lg">cache.get(ONLINE_STR)<b>
<div class="text-small">Chat</div> <div class="text-small">Chat</div>
</div> </div>
</a> </a>
</button> </button>