forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-08 21:45:02 -06:00
parent a7de19ffdf
commit ab580992aa
2 changed files with 22 additions and 2 deletions

View File

@ -1 +1,19 @@
<div></div>
<div class="dropdown">
<button class="btn btn-gray" type="button" id="dropdownProfile-Actions" data-bs-toggle="dropdown" aria-expanded="false" data-bs-auto-close="outside">
<i class="fas fa-ellipsis-h fa-fw"></i>
</button>
<ul class="dropdown-menu w-56 bg-gray-900 rounded-md shadow-lg" aria-labelledby="dropdownProfile-Actions">
<li>
<button class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" onclick="post_toast('/@{{u.username}}/suicide')">
<i class="fas fa-kiss-wink-heart fa-sm fa-fw mr-4"></i>
Get them help
</button>
</li>
<li class="hidden md:block">
<button class="btn btn-primary" onclick="toggleElement('profile-toggleable-mobile', 'coin-transfer-mobile')">
<i class="fas fa-gift fa-sm fa-fw mr-4"></i>
Gift {{'COINS_NAME' | app_config}}
</button>
</li>
</ul>
</div>

View File

@ -106,7 +106,9 @@
Follow
</button>
</li>
<!-- <li> dropdown here </li> -->
<li>
{% include '/dropdowns/ProfileDropdown.html' %}
</li>
</ul>
{% endif %}
</div>