forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-04 12:43:42 -06:00
parent f5b08efaf9
commit 84130130e4
1 changed files with 7 additions and 10 deletions

View File

@ -5,8 +5,8 @@
<h2 class="font-bold text-gray-500 text-xl font-heading leading-normal mb-2">
Noteworthy Threads
</h2>
<ul class="flex flex-col mb-0">
<li class="flex">
<ul class="flex flex-col space-y-2 mb-0">
<li class="flex p-2.5 -mx-2.5 hover:bg-gray-700">
<div class="flex items-center justify-center h-10 px-4 rounded-md shadow-sm bg-gray-900 shadow-inset-t-white-05">
<span class="font-bold text-gray-200">55</span>
</div>
@ -19,19 +19,16 @@
</small>
</div>
</li>
<li>
<hr class="my-3 border-t border-gray-900/40 h-1"/>
</li>
<li class="flex">
<li class="flex p-2.5 -mx-2.5 hover:bg-gray-700">
<div class="flex items-center justify-center h-10 px-4 rounded-md shadow-sm bg-gray-900 shadow-inset-t-white-05">
<span class="font-bold text-gray-200">55</span>
<span class="font-bold text-gray-200">25</span>
</div>
<div class="pl-3 -mt-1">
<a href="https://rdrama.net/post/22479/megathread-posts-here-marseys-or-other" class="block font-bold text-gray-100">
[MEGATHREAD] posts here marseys (or other emojis) u want added
<a href="https://rdrama.net/post/23770/suggestion-some-award-ideas" class="block font-bold text-gray-100">
[Suggestion] Some award ideas
</a>
<small class="block text-gray-400">
posted by <a href="/@aevann" class="text-gray-400 hover:text-gray-300">@aevann</a>
posted by <a href="/@dramarama" class="text-gray-400 hover:text-gray-300">@dramaram</a>
</small>
</div>
</li>