forked from coracle/flotilla
Smooth out thread feed
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
{/each}
|
||||
</div>
|
||||
{#if ellipsize}
|
||||
<div class="relative z-feature -m-6 flex justify-center bg-gradient-to-t from-base-100 py-2">
|
||||
<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}>
|
||||
See more
|
||||
</button>
|
||||
|
||||
@@ -39,6 +39,8 @@
|
||||
if (element) {
|
||||
const scroller = createScroller({
|
||||
element,
|
||||
delay: 300,
|
||||
threshold: 3000,
|
||||
onScroll: async () => {
|
||||
const $loader = await loader
|
||||
|
||||
|
||||
Reference in New Issue
Block a user