From c0a1514c578fdedcf01e6e987cac8d9b03f0c3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Thu, 7 Jul 2022 14:16:09 +0200 Subject: [PATCH] Fix random things --- src/routes/[country]/[location]/index.svelte | 3 +-- src/routes/photos.svelte | 2 +- src/style/_base.scss | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) 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;