Browse Source

refac: styling

Timothy Jaeryang Baek 2 months ago
parent
commit
a26607c720
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/MessageInput/InputMenu.svelte

+ 1 - 1
src/lib/components/chat/MessageInput/InputMenu.svelte

@@ -100,7 +100,7 @@
 
 	<div slot="content">
 		<DropdownMenu.Content
-			class="w-full max-w-[200px] rounded-xl px-1 py-1 border border-gray-300/30 dark:border-gray-700/50 z-50 bg-white dark:bg-gray-850 dark:text-white shadow-sm"
+			class="w-full max-w-[240px] rounded-xl px-1 py-1 border border-gray-300/30 dark:border-gray-700/50 z-50 bg-white dark:bg-gray-850 dark:text-white shadow-sm"
 			sideOffset={10}
 			alignOffset={-8}
 			side="top"