Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Sep 11, 2024
1 parent a1ac901 commit 0f59c11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/chat/ui/ChatInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ const container = css`
max-height: 100px;
height: 36px;
overflow-y: auto;
padding: 8px 16px;
padding-top: 8px;
padding-bottom: 8px;
padding-inline-start: 16px;
border-radius: 20px;
// Not to zoom in on mobile set font-size to 16px which blocks the zooming on iOS
// @link: https://weblog.west-wind.com/posts/2023/Apr/17/Preventing-iOS-Safari-Textbox-Zooming
Expand Down

0 comments on commit 0f59c11

Please sign in to comment.