mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac
This commit is contained in:
@@ -193,7 +193,10 @@
|
|||||||
<!-- if $showControls -->
|
<!-- if $showControls -->
|
||||||
|
|
||||||
{#if $showControls}
|
{#if $showControls}
|
||||||
<PaneResizer class="relative flex w-2 items-center justify-center bg-background group">
|
<PaneResizer
|
||||||
|
class="relative flex w-2 items-center justify-center bg-background group"
|
||||||
|
id="controls-resizer"
|
||||||
|
>
|
||||||
<div class="z-10 flex h-7 w-5 items-center justify-center rounded-xs">
|
<div class="z-10 flex h-7 w-5 items-center justify-center rounded-xs">
|
||||||
<EllipsisVertical className="size-4 invisible group-hover:visible" />
|
<EllipsisVertical className="size-4 invisible group-hover:visible" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user