Relayout the previous catchups list

This commit is contained in:
Lim Chee Aun 2024-03-02 10:01:22 +08:00
parent beed3ca18c
commit 7ab6da5e9b

View file

@ -713,12 +713,13 @@ function Catchup() {
{formatRange(
new Date(pc.startAt),
new Date(pc.endAt),
)}{' '}
<small class="ib insignificant">
{pc.count} posts
</small>
)}
</span>
</Link>{' '}
<span>
<small class="ib insignificant">
{pc.count} posts
</small>{' '}
<button
type="button"
class="light danger small"
@ -735,6 +736,7 @@ function Catchup() {
>
<Icon icon="x" />
</button>
</span>
</li>
))}
</ul>