fix: Smaller padding than anticipated

This commit is contained in:
enzi221
2025-05-20 01:28:00 +09:00
parent 932ce2646f
commit 129389b9c0

View File

@@ -46,7 +46,7 @@
class:justify-end={$MobileGUI}> class:justify-end={$MobileGUI}>
{toggle.value} {toggle.value}
</summary> </summary>
<div class="flex flex-col px-2 py-4 pt-0"> <div class="flex flex-col px-2 pt-2 pb-4">
{@render toggles((toggle as sidebarToggleGroup).children, reverse)} {@render toggles((toggle as sidebarToggleGroup).children, reverse)}
</div> </div>
</details> </details>