From c2c1908c24023610eb2ad5c54c9cb009c6cd9c15 Mon Sep 17 00:00:00 2001 From: Yohan Boujon Date: Sat, 3 Feb 2024 18:19:35 +0100 Subject: [PATCH] Frontend: Added a backward button to the slideshow element. Adapted CSS for both desktop and mobile. --- frontend/src/lib/components/slideshow.svelte | 50 +++++++++++++++----- frontend/src/lib/css/slideshow.css | 45 ++++++++++++++---- 2 files changed, 73 insertions(+), 22 deletions(-) diff --git a/frontend/src/lib/components/slideshow.svelte b/frontend/src/lib/components/slideshow.svelte index e59f8db..c3df6b0 100644 --- a/frontend/src/lib/components/slideshow.svelte +++ b/frontend/src/lib/components/slideshow.svelte @@ -1,6 +1,6 @@ - +
- + {#each data as selected_data, index (index)}