Skip to content

Commit

Permalink
fix: type field adapted for computers (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietRocket committed May 17, 2023
1 parent 58b7a52 commit 6a967db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default () => {
onKeyDown={(e) => {
e.key === 'Enter' && !e.isComposing && !e.shiftKey && handleSend()
}}
class="absolute inset-0 py-4 px-[calc(max(1.5rem,(100%-48rem)/2))] scroll-pa-4 input-base"
class="h-full w-full absolute inset-0 py-4 px-[calc(max(1.5rem,(100%-48rem)/2))] scroll-pa-4 input-base"
/>
<div
onClick={handleSend}
Expand Down

0 comments on commit 6a967db

Please sign in to comment.