Fix random things
This commit is contained in:
@@ -290,7 +290,6 @@
|
||||
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>
|
||||
|
||||
@@ -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 }) {
|
||||
|
||||
@@ -26,7 +26,6 @@ body {
|
||||
}
|
||||
*, *:before, *:after {
|
||||
text-rendering: optimizeLegibility;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
strong {
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user