forked from rDrama/rDrama
1
0
Fork 0

add tooltips to sort and time filter

master
Aevann1 2022-11-07 02:27:15 +02:00
parent d5bb687288
commit 14d0bd1173
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@
{% endif %}
{% endif %}
<div class="dropdown dropdown-actions mx-2">
<div data-bs-toggle="tooltip" data-bs-placement="bottom" title="Time Filter" class="dropdown dropdown-actions mx-2">
<button type="button" class="btn btn-secondary dropdown-toggle smol-fp" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{% if t=="hour" %}<i class="fas fa-clock mr-2 "></i>
{% elif t=="day" %}<i class="fas fa-calendar-day mr-2 "></i>
@ -109,7 +109,7 @@
</div>
</div>
<div class="dropdown dropdown-actions ml-2">
<div data-bs-toggle="tooltip" data-bs-placement="bottom" title="Sort" class="dropdown dropdown-actions ml-2">
<button type="button" class="btn btn-secondary dropdown-toggle smol-fp" id="dropdownMenuButton2" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{% if sort=="hot" %}<i class="fas fa-fire mr-2 "></i>{% endif %}
{% if sort=="bump" %}<i class="fas fa-arrow-up mr-2 "></i>{% endif %}