Melvin-Abraham / Google-Assistant-Unofficial-Desktop-Client

A cross-platform unofficial Google Assistant Client for Desktop (powered by Google Assistant SDK)
Apache License 2.0
3.6k stars 403 forks source link

Feat: Center Suggestions #280

Open sumeshir26 opened 3 years ago

sumeshir26 commented 3 years ago

Is your feature request related to a problem? Please describe. The App would look more like something made by Google if the suggestions were centered(Like ChromeOS). See mockup below.

Describe the solution you'd like Centered Suggestions

Describe alternatives you've considered N/A

Additional context Mockup made by me:- ga

rpt225 commented 3 years ago

This is just a preference styling type of deal. You can just add these lines to suggestion.parent in style.css to create this view: margin-left:auto; margin-right:auto;

** I can create a PR if this is something we want to incorporate