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

View File

@ -9,8 +9,8 @@
Get them help
</button>
</li>
<li class="hidden md:block">
<button class="btn btn-primary" onclick="toggleElement('profile-toggleable-mobile', 'coin-transfer-mobile')">
<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="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>

View File

@ -86,6 +86,9 @@
{% endif %}
{% if v and v.id != u.id %}
<ul class="flex flex-wrap space-x-2 items-center mb-0">
<li>
{% include '/dropdowns/ProfileDropdown.html' %}
</li>
<li>
<button class="btn btn-gray" onclick="toggleElement('profile-toggleable-mobile', 'message-mobile')">
<i class="fas fa-paper-plane fa-sm fa-fw md:mr-1"></i>
@ -106,9 +109,6 @@
Follow
</button>
</li>
<li>
{% include '/dropdowns/ProfileDropdown.html' %}
</li>
</ul>
{% endif %}
</div>