Bump up alerts delta a bit

This commit is contained in:
Jonathan Staab 2022-12-30 13:31:09 -08:00
parent 3097b9e7e8
commit b6f7fcfa26
2 changed files with 3 additions and 3 deletions

View File

@ -33,10 +33,10 @@
{quantify(note.people.length, 'person', 'people')} liked your note.
</span>
{#if isOpen}
<div transition:fly={{y: 20}} class="fixed inset-0 z-10" on:click={closePopover} />
<div in:fly={{y: 20}} class="fixed inset-0 z-10" on:click={closePopover} />
<div
on:click={killEvent}
transition:fly={{y: 20}}
infly={{y: 20}}
class="absolute top-0 mt-8 py-2 px-4 rounded border border-solid border-medium
bg-dark grid grid-cols-3 gap-y-2 gap-x-4 z-20">
{#each uniqBy(prop('pubkey'), note.people) as person (person.pubkey)}

View File

@ -12,7 +12,7 @@
let notes = []
const cursor = new Cursor(timedelta(1, 'days'))
const cursor = new Cursor(timedelta(3, 'days'))
onMount(() => {
const scroller = createScroller(async () => {