forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-07 18:37:21 -06:00
parent 134c93634d
commit 0ff98e0052
1 changed files with 4 additions and 4 deletions

View File

@ -47,8 +47,8 @@
</div> </div>
</div> </div>
<h2 class="text-xl"> <h2 class="text-lg">
Upvotes - {{ups | length}} Upvotes <span class="text-gray-600">{{ups | length}}</span>
</h2> </h2>
<div class="flex flex-col mb-4"> <div class="flex flex-col mb-4">
<div class="overflow-x-auto"> <div class="overflow-x-auto">
@ -100,8 +100,8 @@
</div> </div>
</div> </div>
<h2 class="text-xl"> <h2 class="text-lg">
Downvotes - {{downs | length}} Downvotes <span class="text-gray-600">{{downs | length}}</span>
</h2> </h2>
<div class="flex flex-col mb-4"> <div class="flex flex-col mb-4">
<div class="overflow-x-auto"> <div class="overflow-x-auto">