|
|
|
@ -546,11 +546,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
{#if stack && withStacked}
|
|
|
|
{#if stack && withStacked}
|
|
|
|
{@const stackedAssets = stack.assets}
|
|
|
|
{@const stackedAssets = stack.assets}
|
|
|
|
<div
|
|
|
|
<div id="stack-slideshow" class="absolute bottom-0 w-full col-span-4 col-start-1">
|
|
|
|
id="stack-slideshow"
|
|
|
|
<div class="relative flex flex-row no-wrap overflow-x-auto overflow-y-hidden horizontal-scrollbar">
|
|
|
|
class="flex place-item-center place-content-center absolute bottom-0 w-full col-span-4 col-start-1 overflow-x-auto overflow-y-hidden horizontal-scrollbar"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<div class="relative flex flex-row no-wrap">
|
|
|
|
|
|
|
|
{#each stackedAssets as stackedAsset (stackedAsset.id)}
|
|
|
|
{#each stackedAssets as stackedAsset (stackedAsset.id)}
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
class={['inline-block px-1 relative transition-all pb-2']}
|
|
|
|
class={['inline-block px-1 relative transition-all pb-2']}
|
|
|
|
|