diff --git a/src/routes/[country]/[location]/index.svelte b/src/routes/[country]/[location]/index.svelte index 185e0b5..dfc8f1e 100644 --- a/src/routes/[country]/[location]/index.svelte +++ b/src/routes/[country]/[location]/index.svelte @@ -290,8 +290,7 @@ current={currentPhotosAmount} total={totalPhotos} on:click={!ended && loadMorePhotos} - on:keydown={({ key, target }) => key === 'Enter' && target.click()} - > + > {#if !ended}

See more photos

{:else} diff --git a/src/routes/photos.svelte b/src/routes/photos.svelte index d6f1938..9fec6ba 100644 --- a/src/routes/photos.svelte +++ b/src/routes/photos.svelte @@ -301,7 +301,7 @@ // Filters timeline.add({ - targets: '.photos-page__intro .filter', + targets: '.photos-page__intro .filters', translateY: [16, 0], opacity: [0, 1], complete ({ animatables }) { diff --git a/src/style/_base.scss b/src/style/_base.scss index 197a2df..4203d86 100644 --- a/src/style/_base.scss +++ b/src/style/_base.scss @@ -26,7 +26,6 @@ body { } *, *:before, *:after { text-rendering: optimizeLegibility; - -moz-osx-font-smoothing: grayscale; } strong { font-weight: 600;