fix(android): edge-to-edge alignment, keyboard handling, toolbar spacing

This commit is contained in:
2026-07-20 09:49:38 -04:00
parent 8437ddcb7f
commit 974eca4bb2
5 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -598,7 +598,7 @@ export const MessageInput = forwardRef<HTMLTextAreaElement, MessageInputProps>(f
)}
{/* toolbar row */}
<div className="flex items-center gap-0.5 pt-0.5 border-t border-gb-bg-t">
<div className="flex items-center gap-x-1 md:gap-x-0.5 pt-0.5 border-t border-gb-bg-t">
{/* + file upload */}
<input
ref={fileInputRef}