-
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 nub to chat bubbles #2137
Add nub to chat bubbles #2137
Conversation
I think we're going to need documentation on this either in defaultStyleOptions or in our branding styling sample. |
38199d9
to
2bc7fec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a huge fan of the styling of the nub. :/ Did you do a design pass for this? Maybe discuss with @DesignPolice to see what changes might happen with the Fluent update?
4c2860a
to
484c677
Compare
Talked to @DesignPolice before about the nub design and he is good with the current one. |
This should be having a middle option like the top and bottom right? In V3 it was in the middle of the blob. |
You'll have to also add |
@corinagum I did add |
@arman-g thanks. Odd that it's working for user but not bot. Could you file an issue so I can add it to the investigate list? We have several issues up in the air right now but I'll get to this asap. |
@corinagum just did issue #2667 |
Fixes #1658.
Changelog Entry
Description
Bubble nub is a popular ask from the community. We have added a nub which can be customized by its size, alignment, and offset to the corner.
styleOptions
introducedbubbleNubSize
andbubbleFromUserNubSize
is anumber
in pixelsbubbleNubOffset
andbubbleFromUserNubOffset
can be either"bottom"
or-0
"top"
or0
number
means offset from topnumber
means offset from numberbubbleFromUserNubSize
,bubbleFromUserNubOffset
styleOptions
renamed or modifiedbubbleBorder
now becomesbubbleBorderColor
,bubbleBorderStyle
, andbubbleBorderWidth
bubbleFromUserBorder
Specific Changes