From 7f9c7eb10a6fb6c06fcb1260079a337c29f3d836 Mon Sep 17 00:00:00 2001 From: laylafogiel-hash Date: Mon, 13 Oct 2025 03:18:52 +0300 Subject: [PATCH] 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 --- server/components/CarouselPagination.vue | 15 ++++++++------- server/components/StoreView.vue | 2 +- server/pages/library/game/[id]/index.vue | 2 +- server/pages/store/[id]/index.vue | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/server/components/CarouselPagination.vue b/server/components/CarouselPagination.vue index 61be4b90..fe6117de 100644 --- a/server/components/CarouselPagination.vue +++ b/server/components/CarouselPagination.vue @@ -3,9 +3,10 @@