fix(app): adjust prompt input positioning - 12px from bottom/right, remove session panel bottom padding

This commit is contained in:
David Hill
2026-01-24 17:05:59 +00:00
parent ac204ed89d
commit 9759afad83
2 changed files with 4 additions and 4 deletions

View File

@@ -1954,7 +1954,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
</Match>
</Switch>
</div>
<div class="flex items-center gap-3 absolute right-2 bottom-2">
<div class="flex items-center gap-3 absolute right-3 bottom-3">
<input
ref={fileInputRef}
type="file"