Skip to content

Commit 6a967db

Browse files
committed
fix: type field adapted for computers (#6)
1 parent 58b7a52 commit 6a967db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Send.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default () => {
7272
onKeyDown={(e) => {
7373
e.key === 'Enter' && !e.isComposing && !e.shiftKey && handleSend()
7474
}}
75-
class="absolute inset-0 py-4 px-[calc(max(1.5rem,(100%-48rem)/2))] scroll-pa-4 input-base"
75+
class="h-full w-full absolute inset-0 py-4 px-[calc(max(1.5rem,(100%-48rem)/2))] scroll-pa-4 input-base"
7676
/>
7777
<div
7878
onClick={handleSend}

0 commit comments

Comments
 (0)