Timothy Jaeryang Baek hace 1 mes
padre
commit
4ec70e3d46
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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 -->
 
 
 		{#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>