fix(app): prompt input shouldn't cover content

This commit is contained in:
Adam 2026-01-04 23:28:03 -06:00
commit d315026abc
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 39 additions and 5 deletions

View file

@ -44,7 +44,10 @@ export function NewSessionView(props: NewSessionViewProps) {
}
return (
<div class="size-full flex flex-col pb-45 justify-end items-start gap-4 flex-[1_0_0] self-stretch max-w-200 mx-auto px-6">
<div
class="size-full flex flex-col pb-45 justify-end items-start gap-4 flex-[1_0_0] self-stretch max-w-200 mx-auto px-6"
style={{ "padding-bottom": "calc(var(--prompt-height, 11.25rem) + 64px)" }}
>
<div class="text-20-medium text-text-weaker">New session</div>
<div class="flex justify-center items-center gap-3">
<Icon name="folder" size="small" />