Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specifying position and dimensions of the chat window #230

Open
dixydo opened this issue May 18, 2021 · 5 comments
Open

Specifying position and dimensions of the chat window #230

dixydo opened this issue May 18, 2021 · 5 comments
Labels
enhancement New feature or request pinned

Comments

@dixydo
Copy link

dixydo commented May 18, 2021

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?

@github-actions
Copy link

Thanks for opening up your first issue!

@a-kriya
Copy link
Collaborator

a-kriya commented May 18, 2021

@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.

@a-kriya a-kriya changed the title Advanced styling Specifying position and dimensions of the chat window May 18, 2021
@a-kriya a-kriya added the enhancement New feature or request label May 18, 2021
@stale
Copy link

stale bot commented Jul 17, 2021

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.

@stale stale bot added the stale label Jul 17, 2021
@a-kriya a-kriya removed the stale label Jul 19, 2021
@stale
Copy link

stale bot commented Sep 19, 2021

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.

@stale stale bot added the stale label Sep 19, 2021
@a-kriya a-kriya added the pinned label Sep 20, 2021
@stale stale bot removed the stale label Sep 20, 2021
@1guankui
Copy link

Here's my solution, about size:
.sc-chat-window {
width: 405px !important;
transition: all 0.3s ease;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned
Projects
None yet
Development

No branches or pull requests

3 participants