Fix random things

This commit is contained in:
2022-07-07 14:16:09 +02:00
parent d6c7ca5f70
commit c0a1514c57
3 changed files with 2 additions and 4 deletions

View File

@@ -290,8 +290,7 @@
current={currentPhotosAmount}
total={totalPhotos}
on:click={!ended && loadMorePhotos}
on:keydown={({ key, target }) => key === 'Enter' && target.click()}
>
>
{#if !ended}
<p class="more">See more photos</p>
{:else}

View File

@@ -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 }) {

View File

@@ -26,7 +26,6 @@ body {
}
*, *:before, *:after {
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
}
strong {
font-weight: 600;