Browse Source

refac: styling

Timothy J. Baek 9 months ago
parent
commit
47a9395a22
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/components/chat/ChatControls.svelte

+ 2 - 2
src/lib/components/chat/ChatControls.svelte

@@ -115,9 +115,9 @@
 		{/if}
 	{:else}
 		<!-- if $showControls -->
-		<PaneResizer class="relative flex w-2 items-center justify-center bg-background">
+		<PaneResizer class="relative flex w-2 items-center justify-center bg-background group">
 			<div class="z-10 flex h-7 w-5 items-center justify-center rounded-sm">
-				<EllipsisVertical />
+				<EllipsisVertical className="size-4 invisible group-hover:visible" />
 			</div>
 		</PaneResizer>
 		<Pane