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

View File

@@ -301,7 +301,7 @@
// Filters // Filters
timeline.add({ timeline.add({
targets: '.photos-page__intro .filter', targets: '.photos-page__intro .filters',
translateY: [16, 0], translateY: [16, 0],
opacity: [0, 1], opacity: [0, 1],
complete ({ animatables }) { complete ({ animatables }) {

View File

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