fix(app): adjust prompt input positioning - 12px from bottom/right, remove session panel bottom padding
This commit is contained in:
parent
ac204ed89d
commit
9759afad83
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue