mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-24 15:29:47 -05:00
chore: format
This commit is contained in:
@@ -20,7 +20,11 @@
|
||||
<button on:click={() => (open = !open)}>
|
||||
<slot name="head" />
|
||||
</button>
|
||||
<div bind:this={contentElement} class={`collapsible-content ${open ? 'mt-1' : '!mt-0'}`} style="max-height: {maxHeight};">
|
||||
<div
|
||||
bind:this={contentElement}
|
||||
class={`collapsible-content ${open ? 'mt-1' : '!mt-0'}`}
|
||||
style="max-height: {maxHeight};"
|
||||
>
|
||||
<slot name="content" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user