mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-30 09:35:31 +00:00
+Startseite u. Suche Baic styling
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user