style: Adjust series page & app colors

This commit is contained in:
Aleksi Lassila
2024-04-06 03:47:23 +03:00
parent db379fd252
commit 3afafb573a
7 changed files with 80 additions and 50 deletions

View File

@@ -45,7 +45,7 @@
</div>
<div class="relative">
<Container direction="horizontal" handleNavigateOut={{ left: () => true }}>
<Container direction="horizontal" handleNavigateOut={{ left: () => true }} let:focusIndex>
<div
class={classNames(
'flex overflow-x-scroll items-center overflow-y-visible relative scrollbar-hide',
@@ -55,7 +55,7 @@
tabindex="-1"
on:scroll={() => (scrollX = carousel?.scrollLeft || scrollX)}
>
<slot />
<slot {focusIndex} />
</div>
</Container>
{#if scrollX > 50}