1
0

auto-git:

[change] index.html
This commit is contained in:
2025-05-24 06:17:26 +02:00
parent 6192861a4a
commit 5e03416752

View File

@@ -187,6 +187,7 @@
style="color: var(--accent)">
No folder selected
</h3>-->
<div id="folderTitleDrop" class="relative flex items-center space-x-2 cursor-pointer select-none group">
<svg id="folderTitleArrow" class="h-4 w-4 transition-transform group-hover:text-blue-500" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
@@ -194,10 +195,14 @@
</svg>
<span id="currentTitle" class="font-medium truncate"></span>
</div>
<div id="folderHierarchyDropdown"
class="absolute left-0 top-full z-50 min-w-[22rem] max-w-[32rem] max-h-96 overflow-auto shadow-xl bg-white border border-gray-200 rounded-2xl p-4 mt-2 hidden"></div>
<!-- ASCII-Baum als <pre> (bleibt direkt unterhalb des Titels) -->
<pre id="folderHierarchyDropdown"
class="hidden text-sm font-mono bg-gray-100 border rounded-xl p-4 mb-2 mt-1 max-h-80 overflow-auto select-text"></pre>
<div class="border-t mb-4" style="border-color: var(--border)"></div>
<ul id="contentList" class="space-y-1"></ul>
</div>
<!-- Cat -->