+Startseite u. Suche Baic styling

This commit is contained in:
Simon Martens
2025-09-29 18:29:17 +02:00
parent 0d7886a664
commit 52758c0124
16 changed files with 669 additions and 361 deletions

View File

@@ -5,10 +5,12 @@
<div class="">
<!-- Two-column layout for piece view -->
<div class="flex flex-col lg:flex-row gap-6 w-full min-h-screen">
<!-- Column 1: Table of Contents ONLY -->
<!-- Column 1: Table of Contents with Scrollspy -->
<div class="lg:w-1/4 xl:w-1/4 2xl:w-1/4 3xl:w-1/5 flex-shrink-0 bg-slate-50 px-4 py-4">
<div class="sticky top-0 max-h-screen overflow-y-auto overscroll-contain bg-slate-50">
{{ template "_piece_inhaltsverzeichnis" . }}
<inhaltsverzeichnis-scrollspy>
{{ template "_piece_inhaltsverzeichnis" . }}
</inhaltsverzeichnis-scrollspy>
</div>
</div>
@@ -18,6 +20,9 @@
</div>
</div>
</div>
<!-- Scroll to top button -->
<scroll-to-top-button></scroll-to-top-button>
{{ else }}
<!-- No images fallback with debug info -->
<div class="container mx-auto px-4 py-8">