Chat bubble - Top Aligned #1636
dolanmiu
started this conversation in
Ideas / feature requests
Replies: 1 comment 4 replies
-
Yes, you can customize it like this: .chat-start .chat-bubble{
@apply rounded-tl-none rounded-bl-[1rem];
}
.chat-end .chat-bubble{
@apply rounded-tr-none rounded-br-[1rem];
}
.chat-bubble:before{
@apply top-0 [transform:rotateX(180deg)];
} |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we have a chat bubble with the tail of the chat bubble on the top?
A mock up of what I am trying to convey:
Usage
Beta Was this translation helpful? Give feedback.
All reactions