瀏覽代碼

refac: styling

Timothy Jaeryang Baek 3 月之前
父節點
當前提交
2cde746e38
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/lib/components/notes/NoteEditor/Chat.svelte

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

@@ -347,7 +347,7 @@ Based on the user's instruction, update and enhance the existing notes by incorp
 						onSubmit={submitHandler}
 						{onStop}
 					>
-						<div slot="menu" class="flex items-center justify-between gap-2 w-full pr-2">
+						<div slot="menu" class="flex items-center justify-between gap-2 w-full pr-1">
 							<div>
 								<Tooltip content={$i18n.t('Edit')} placement="top">
 									<button
@@ -368,7 +368,7 @@ Based on the user's instruction, update and enhance the existing notes by incorp
 
 							<Tooltip content={selectedModelId}>
 								<select
-									class=" bg-transparent rounded-lg py-1 px-2 -mx-0.5 text-sm outline-hidden w-20"
+									class=" bg-transparent rounded-lg py-1 px-2 -mx-0.5 text-sm outline-hidden w-full text-right pr-5"
 									bind:value={selectedModelId}
 								>
 									{#each $models as model}