style: Major visual overhaul with various improvements and fixes

This commit is contained in:
Aleksi Lassila
2024-04-15 17:17:01 +03:00
parent d3a47555fd
commit f519fb7447
24 changed files with 853 additions and 599 deletions

View File

@@ -5,7 +5,7 @@
import Container from '../../../Container.svelte';
import { PLATFORM_TV } from '../../constants';
export let gradientFromColor = 'from-stone-950';
export let gradientFromColor = 'from-secondary-500';
export let heading = '';
let carousel: HTMLDivElement | undefined;
@@ -45,7 +45,12 @@
</div>
<div class="relative">
<Container direction="horizontal" handleNavigateOut={{ left: () => true }} let:focusIndex>
<Container
direction="horizontal"
handleNavigateOut={{ left: () => true }}
let:focusIndex
on:enter
>
<div
class={classNames(
'flex overflow-x-scroll items-center overflow-y-visible relative scrollbar-hide',