mirror of
https://github.com/open-webui/open-webui
synced 2024-11-08 01:30:40 +00:00
styling
This commit is contained in:
parent
9fc813cfa6
commit
209948af6f
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
<div class={className}>
|
<div class={className}>
|
||||||
{#if title !== null}
|
{#if title !== null}
|
||||||
<button class="w-fit" on:click={() => (open = !open)}>
|
<button class="w-full" on:click={() => (open = !open)}>
|
||||||
<div class=" w-fit font-medium transition flex items-center justify-between gap-2">
|
<div class=" w-full font-medium transition flex items-center justify-between gap-2">
|
||||||
<div>
|
<div>
|
||||||
{title}
|
{title}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user