Tweak layout of thread actions

This commit is contained in:
Jon Staab
2024-11-20 15:56:24 -08:00
parent 1c0e680c17
commit 659403c308
3 changed files with 7 additions and 4 deletions
+5 -2
View File
@@ -153,8 +153,11 @@
{/each}
</div>
{#if expandBlock}
<div class="relative z-feature -mt-6 flex justify-center bg-gradient-to-t from-base-100 py-2">
<button type="button" class="btn" on:click|stopPropagation|preventDefault={expand}>
<div class="relative z-feature -mt-6 flex justify-center py-2">
<button
type="button"
class="btn btn-neutral"
on:click|stopPropagation|preventDefault={expand}>
See more
</button>
</div>