Skip to content

Commit fa20bc2

Browse files
committed
app: remove extra x padding around prompt input on mobile
1 parent 195731f commit fa20bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/pages/session.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2630,7 +2630,7 @@ export default function Page() {
26302630
{/* Prompt input */}
26312631
<div
26322632
ref={(el) => (promptDock = el)}
2633-
class="absolute inset-x-0 bottom-0 pt-12 pb-4 flex flex-col justify-center items-center z-50 px-4 md:px-0 bg-gradient-to-t from-background-stronger via-background-stronger to-transparent pointer-events-none"
2633+
class="absolute inset-x-0 bottom-0 pt-12 pb-4 flex flex-col justify-center items-center z-50 bg-gradient-to-t from-background-stronger via-background-stronger to-transparent pointer-events-none"
26342634
>
26352635
<div
26362636
classList={{

0 commit comments

Comments
 (0)