remotes/1693045480750635534/spooky-22
kek7198 2021-12-17 19:23:04 -06:00
parent 70c6bc5c76
commit c953fcd164
1 changed files with 3 additions and 3 deletions

View File

@ -118,12 +118,12 @@
</button>
</li>
{% endif %}
{% endif %}
<!-- Requires auth and admin -->
{% if v and v.admin_level>=3 %}
<li>
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
</li>
{% endif %}
<!-- Requires auth and admin -->
{% if v and v.admin_level>=3 %}
<li id="pin-{{p.id}}" class="{% if p.stickied %}hidden{% endif %}">
<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_toast2('/sticky/{{p.id}}','pin-{{p.id}}','unpin-{{p.id}}')">
<i class="fas fa-thumbtack fa-rotate--45 fa-sm fa-fw mr-4"></i>Pin