Timothy Jaeryang Baek 1 mēnesi atpakaļ
vecāks
revīzija
4ec70e3d46
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 4 1
      src/lib/components/chat/ChatControls.svelte

+ 4 - 1
src/lib/components/chat/ChatControls.svelte

@@ -193,7 +193,10 @@
 		<!-- 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">
 					<EllipsisVertical className="size-4 invisible group-hover:visible" />
 				</div>