twilio / twilio-webchat-react-app

Twilio Webchat React App is an application that demonstrates a website chat widget built with Twilio's Conversations JS SDK, Twilio Paste Design library and Create React App.
MIT License
64 stars 71 forks source link

Remove EntryPoint padding added by Mobile Safari #37

Closed dremin closed 1 year ago

dremin commented 1 year ago

Mobile Safari adds some padding to inputs that was not accounted for, which results in the icon in the EntryPoint button erroneously being incredibly tiny on iOS. This fixes that to provide a consistent appearance across browsers.

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

aruldd-twilio commented 1 year ago

For future reference:

This is how it was looking

before the fix :

image

with the fix:

image