Limit size of siblings list and some bug fixes

This commit is contained in:
2026-04-01 15:30:11 +02:00
parent 8a2cdb4acd
commit dbfe9ff383
7 changed files with 29 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ const toggle = (e: MouseEvent) => {
</script>
<div class="title">
<ToggleButton bind:on={expanded} action={toggle} icon_on="arrow_drop_down" icon_off="arrow_drop_up" highlight={false}/>
<ToggleButton bind:on={expanded} action={toggle} icon_on="arrow_drop_down" icon_off="arrow_drop_up" highlight={false} flat/>
{#if !collapsed}
{@render title()}