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 Get them help
</button> </button>
</li> </li>
<li class="hidden md:block"> <li>
<button class="btn btn-primary" onclick="toggleElement('profile-toggleable-mobile', 'coin-transfer-mobile')"> <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> <i class="fas fa-gift fa-sm fa-fw mr-4"></i>
Gift {{'COINS_NAME' | app_config}} Gift {{'COINS_NAME' | app_config}}
</button> </button>

View File

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