We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b83a37 commit a2718d8Copy full SHA for a2718d8
2 files changed
layouts/shortcodes/filetree/container.html
@@ -1,5 +1,5 @@
1
<div class="hextra-filetree hx-mt-6 hx-select-none hx-text-sm hx-text-gray-800 dark:hx-text-gray-300 not-prose">
2
<div class="hx-inline-block hx-rounded-lg hx-border hx-px-4 hx-py-2 dark:hx-border-neutral-800">
3
- {{- .Inner -}}
+ {{- .InnerDeindent -}}
4
</div>
5
layouts/shortcodes/filetree/folder.html
@@ -12,6 +12,6 @@
12
<span class="ltr:hx-ml-1 rtl:hx-mr-1">{{ $name }}</span>
13
</button>
14
<ul data-state="{{ $state }}" class="ltr:hx-pl-5 rtl:hx-pr-5 data-[state=closed]:hx-hidden">
15
16
</ul>
17
</li>
0 commit comments