This commit is contained in:
mattyatea 2024-04-14 22:00:12 +09:00
parent fa4983f8c7
commit 25c0267f2e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</section>
<!-- フォルダの中にはカスタム絵文字やフォルダがある -->
<section v-else style="border-radius: 6px; padding-top: 9px;">
<section v-else style="border-radius: 6px;">
<header class="_acrylic" @click="shown = !shown">
<i class="toggle ti-fw" :class="shown ? 'ti ti-chevron-down' : 'ti ti-chevron-up'"></i> <slot></slot> (フォルダー)
</header>