Align prompt input area with action column

This commit is contained in:
Shantur Rathore
2025-12-13 13:20:33 +00:00
parent 0da2e1d7bb
commit 088e5f1eea
2 changed files with 34 additions and 8 deletions

View File

@@ -1086,8 +1086,9 @@ export default function PromptInput(props: PromptInputProps) {
</For>
</div>
</Show>
<div class="prompt-input-field">
<textarea
<div class="prompt-input-field-container">
<div class="prompt-input-field">
<textarea
ref={textareaRef}
class={`prompt-input ${mode() === "shell" ? "shell-mode" : ""}`}
placeholder={
@@ -1167,6 +1168,7 @@ export default function PromptInput(props: PromptInputProps) {
</Show>
</div>
</div>
</div>
<div class="prompt-input-actions">
<button