Carousel UI improvements (#258)

* make carousel pagination clickable

* make carousel in game pages wrap around

* make items in store fit the row when the filter menu is visible

---------

Co-authored-by: udifogiel <udifogiel@proton.me>
This commit is contained in:
laylafogiel-hash
2025-10-13 11:18:52 +11:00
committed by GitHub
co-authored by udifogiel
parent b902678e79
commit 7f9c7eb10a
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
{{ $t("store.images") }}
</h2>
<div class="relative">
<VueCarousel :items-to-show="1">
<VueCarousel :items-to-show="1" :wrap-around="true">
<VueSlide
v-for="image in game.mImageCarouselObjectIds"
:key="image"