master
kek7198 2021-12-27 18:54:45 -06:00
parent 3a5342a4bf
commit 1aa5c6fead
1 changed files with 27 additions and 3 deletions

View File

@ -18,7 +18,7 @@
</div>
</li>
<li>
<hr class="my-2 h-0.5 border-b border-yellow-700/20 dark:border-gray-900"/>
<hr class="my-3 h-0.5 border-b border-yellow-700/20 dark:border-gray-900"/>
</li>
<li class="flex space-x-2">
<input type="checkbox" value="club" class="w-5 h-5">
@ -30,14 +30,38 @@
</div>
</li>
<li>
<hr class="my-2 h-0.5 border-b border-yellow-700/20 dark:border-gray-900"/>
<hr class="my-3 h-0.5 border-b border-yellow-700/20 dark:border-gray-900"/>
</li>
<li class="flex space-x-2">
<input type="checkbox" value="club" class="w-5 h-5">
<div class="mt-[-1px]">
<label class="label mb-0" for="club">Meme Moderator</label>
<small class="block text-gray-600 dark:text-gray-400">
Give {{ u.username }} meme moderator status.
Give @{{ u.username }} meme moderator status.
</small>
</div>
</li>
<li>
<hr class="my-3 h-0.5 border-b border-yellow-700/20 dark:border-gray-900"/>
</li>
<li class="flex space-x-2">
<input type="checkbox" value="club" class="w-5 h-5">
<div class="mt-[-1px]">
<label class="label mb-0" for="club">Banned</label>
<small class="block text-gray-600 dark:text-gray-400">
Mark @{{ u.username }} as banned. This account status is public.
</small>
</div>
</li>
<li>
<hr class="my-3 h-0.5 border-b border-yellow-700/20 dark:border-gray-900"/>
</li>
<li class="flex space-x-2">
<input type="checkbox" value="club" class="w-5 h-5">
<div class="mt-[-1px]">
<label class="label mb-0" for="club">Shadwoban</label>
<small class="block text-gray-600 dark:text-gray-400">
Shadowban @{{ u.username }}. This account status is visible only to moderators.
</small>
</div>
</li>