-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add message bubble arrows CSS #1658
Comments
We should have a few different samples or
Also need to consider how to let the developer easily add the nub to the bubble, and no matter how crazy the nub design is, i.e. including animated GIF @ 3x. |
Attempted to add arrows/nubs to the bubbles. Ran into several issues:
@compulim, per our discussion, needs to consider how to implement given the underlying code. |
I also have had issues trying to get a bubble arrow. Within the bot framework 'test in web chat' section of the site, the arrow is present, and is achieved through an SVG image on message. |
I am having a similar problem. Any idea how to resolve it. |
Could you please share the link of the section you used to resolve your issue |
@compulim I still have this issue, is it fixed? |
This feature was implemented in #2137 and will be available in our next release in November. If you need these changes immediately, please see our documentation on pointing to our MyGet feed for latest bits. |
I want to have message arrows on the sides of each message (the user ones are on the right border and the bot bubbles on the left border). I tried implementing something like this, but I cannot get my :after css to work. This is a non working sample, please help me.
BTW: got the idea of using styleSet.bubble from here: https://github.com/Microsoft/BotFramework-WebChat/blob/master/packages/component/src/Styles/createStyleSet.js
The text was updated successfully, but these errors were encountered: