Pad content to footer, better handle carousel
Some checks are pending
Build and Deploy to Web Server / deploy (push) Has started running
Some checks are pending
Build and Deploy to Web Server / deploy (push) Has started running
This commit is contained in:
@@ -43,8 +43,8 @@ const IDs: string[] = [];
|
||||
const imagesArray = shuffle ? shuffleArray(images) : images;
|
||||
---
|
||||
|
||||
<div class:list={[className]}>
|
||||
<div class="relative h-full w-full overflow-hidden">
|
||||
<div class:list={[className, "relative overflow-hidden"]}>
|
||||
<div>
|
||||
<div class:list={[backgroundColour, backgroundOpacity, "absolute inset-0"]}>
|
||||
</div>
|
||||
|
||||
@@ -85,9 +85,8 @@ const imagesArray = shuffle ? shuffleArray(images) : images;
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
<slot />
|
||||
</div>
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
<script define:vars={{ imagesArray, interval, IDs }}>
|
||||
|
Reference in New Issue
Block a user