Open dixydo opened 3 years ago
Thanks for opening up your first issue!
@yevhenkushnir There isn't a straightforward way to achieve that at the moment. But overriding the positions and dimensions of these components with some deep CSS selectors should work: Launcher.vue#L258 ChatWindow.vue#L157
This will be considered as a feature request. Thanks for filing an issue.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Here's my solution, about size: .sc-chat-window { width: 405px !important; transition: all 0.3s ease; }
Is it possible to render chat other than in the right corner? Or is it possible to extend chat window and make it to fill all parent div element?