Browse Source

refac: styling

Timothy Jaeryang Baek 3 months ago
parent
commit
7cfcf9b21d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/notes/NoteEditor/Chat.svelte

+ 1 - 1
src/lib/components/notes/NoteEditor/Chat.svelte

@@ -343,7 +343,7 @@ Based on the user's instruction, update and enhance the existing notes by incorp
 						onSubmit={submitHandler}
 						onStop={stopHandler}
 					>
-						<div slot="menu" class="flex items-center justify-between gap-2 w-full">
+						<div slot="menu" class="flex items-center justify-between gap-2 w-full pr-2">
 							<div>
 								<Tooltip content={$i18n.t('Edit')} placement="top">
 									<button