forked from MarseyWorld/MarseyWorld
fix tooltip
parent
a0dcbdd5d5
commit
e59dbe68f7
|
@ -229,7 +229,7 @@
|
|||
<li class="nav-item d-none d-lg-flex align-items-center justify-content-center text-center mx-1" id="header--chat--item">
|
||||
<a class="nav-link position-relative" href="/orgy" style="margin-top: -1.9px !important">
|
||||
<i class="fas fa-tv" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Orgy"></i>
|
||||
<b id="chat-count-header-bar" class="text-lg {% if g.loggedin_orgy > 40 %}text-danger{% elif g.loggedin_orgy > 20 %}text-yellow{% endif %}" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Users in right now">
|
||||
<b id="chat-count-header-bar" class="text-lg {% if g.loggedin_orgy > 40 %}text-danger{% elif g.loggedin_orgy > 20 %}text-yellow{% endif %}" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Users in orgy right now">
|
||||
{{g.loggedin_orgy}}
|
||||
</b>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue