diff --git a/src/routes/photos/+page.svelte b/src/routes/photos/+page.svelte index efc4ba4..2c3bbe6 100644 --- a/src/routes/photos/+page.svelte +++ b/src/routes/photos/+page.svelte @@ -410,17 +410,17 @@ - -
- {#if filtered} - - {/if} +
+ {#if filtered} + + {/if} +
diff --git a/src/style/pages/_photos.scss b/src/style/pages/_photos.scss index 56e01bd..596494e 100644 --- a/src/style/pages/_photos.scss +++ b/src/style/pages/_photos.scss @@ -381,35 +381,24 @@ @include bp (sm) { position: absolute; top: 50%; - right: 56px; + right: 20px; transform: translateY(-50%); margin-top: 0; } // Reset link .reset { - margin-right: 16px; - padding: 0; + padding: 0 12px; color: rgba($color-tertiary, 0.6); font-weight: 900; font-size: rem(14px); transition: color 0.3s; + transform: translateZ(0); &:hover { color: $color-tertiary; } } - - // Shuffle button - // .shuffle { - // display: flex; - // align-items: center; - // justify-content: center; - // height: 32px; - // background-color: $color-tertiary; - // padding: 0 16px; - // border-radius: 50vh; - // } }