forked from rDrama/rDrama
1
0
Fork 0

add numbers for orgy icon on mobile

master
Aevann 2023-09-27 23:56:32 +03:00
parent c033997c3c
commit 239a694b1c
1 changed files with 2 additions and 1 deletions

View File

@ -52,12 +52,13 @@
<div class="text-center {% if request|selected_tab=='chat' %}text-primary{% else %}text-muted{% endif %}">
{%- if get_orgy(v) -%}
<img src="{{SITE_FULL_IMAGES}}/i/orgy.webp" width="30">
<div class="text-small-extra text-danger">Chat ({{g.loggedin_chat}})</div>
{%- else -%}
<b class="text-lg {% if g.loggedin_chat > 40 %}text-danger{% elif g.loggedin_chat > 20 %}text-yellow{% endif %}" style="padding-top:10px" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Users in chat right now">
{{g.loggedin_chat}}
</b>
<div class="text-small-extra">Chat</div>
{%- endif -%}
<div class="text-small-extra {% if get_orgy(v) %}text-danger{% endif %}">Chat (73)</div>
</div>
</a>
</button>