CaliStyle / ng-intercom

Angular 7+ Wrapper for Intercom.com
MIT License
54 stars 46 forks source link

add vertical_padding: options #26

Closed Lionardo closed 6 years ago

Lionardo commented 6 years ago

I don't see any possibility on how I can change the vertical padding for my intercom chat. In the docs of intercom they suggest to use this method. Is there a possibility to do this? Cheers

window.intercomSettings = {
    app_id: ‘abc123’,
    alignment: 'left',          # Customize left or right position of messenger
    horizontal_padding: 20,     # Customize horizontal padding
    vertical_padding: 20        # Customize vertical padding
  };
wbhob commented 6 years ago

That's something I can add. Can you link to docs please?

Lionardo commented 6 years ago

cool. here are the docs: https://developers.intercom.com/docs/configuration

wbhob commented 6 years ago

Alrighty, added these features in beta 11