[fix] ungood gui

This commit is contained in:
kwaroran
2023-07-26 04:33:20 +09:00
parent a9a7f4e8e9
commit 8e62d91396
3 changed files with 9 additions and 4 deletions

View File

@@ -604,7 +604,7 @@
{#each currentChar.data.alternateGreetings as bias, i}
<tr>
<td class="font-medium truncate">
<TextAreaInput bind:value={currentChar.data.alternateGreetings[i]} placeholder="..." />
<TextAreaInput bind:value={currentChar.data.alternateGreetings[i]} placeholder="..." fullwidth />
</td>
<th class="font-medium cursor-pointer w-10">
<button class="hover:text-green-500" on:click={() => {