auto-git:
[change] index.html
This commit is contained in:
@@ -187,6 +187,7 @@
|
|||||||
style="color: var(--accent)">
|
style="color: var(--accent)">
|
||||||
No folder selected
|
No folder selected
|
||||||
</h3>-->
|
</h3>-->
|
||||||
|
|
||||||
<div id="folderTitleDrop" class="relative flex items-center space-x-2 cursor-pointer select-none group">
|
<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">
|
<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"
|
<path stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
|
||||||
@@ -194,10 +195,14 @@
|
|||||||
</svg>
|
</svg>
|
||||||
<span id="currentTitle" class="font-medium truncate"></span>
|
<span id="currentTitle" class="font-medium truncate"></span>
|
||||||
</div>
|
</div>
|
||||||
<div id="folderHierarchyDropdown"
|
<!-- ASCII-Baum als <pre> (bleibt direkt unterhalb des Titels) -->
|
||||||
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>
|
<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>
|
<div class="border-t mb-4" style="border-color: var(--border)"></div>
|
||||||
<ul id="contentList" class="space-y-1"></ul>
|
<ul id="contentList" class="space-y-1"></ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Cat -->
|
<!-- Cat -->
|
||||||
|
|||||||
Reference in New Issue
Block a user