From 4c32a12d2d368e9c61992895844b5aacb38991a0 Mon Sep 17 00:00:00 2001 From: jotty Date: Sat, 31 May 2025 10:25:38 +0200 Subject: [PATCH] slide of thumbnails experiments --- .classpath | 7 ------- .project | 2 +- build.gradle | 2 +- src/main/resources/static/css/style.css | 7 +++++++ src/main/resources/templates/allgemeines.html | 14 ++++++++------ 5 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.classpath b/.classpath index 7606e94..f3bdce0 100644 --- a/.classpath +++ b/.classpath @@ -6,13 +6,6 @@ - - - - - - - diff --git a/.project b/.project index f2a18a9..471e857 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - camporganizer2 + CampOrganizer2 diff --git a/build.gradle b/build.gradle index 75216db..ca094c0 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'de.jottyfan.camporganizer' -version = '0.9.6' +version = '0.9.7' description = """CampOrganizer2""" diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index 56a476e..fd2bfa0 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -526,4 +526,11 @@ div { .hoverlink:hover { color: #0d6efd; text-decoration: underline; +} + +.thumbswipe { + -webkit-overflow-scrolling: touch; + max-height: 100px; + overflow-x: auto; + overflow-y: hidden; } \ No newline at end of file diff --git a/src/main/resources/templates/allgemeines.html b/src/main/resources/templates/allgemeines.html index c9c1dde..6a3615b 100644 --- a/src/main/resources/templates/allgemeines.html +++ b/src/main/resources/templates/allgemeines.html @@ -23,12 +23,14 @@ -
- - - - - +
+
+ + + + + +