Ver Fonte

refac: styling

Timothy J. Baek há 10 meses atrás
pai
commit
a43cb1eb25
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/lib/components/chat/MessageInput/InputMenu.svelte

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

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