mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Update chat style
This commit is contained in:
parent
8711106619
commit
aaa62b5251
@ -70,6 +70,10 @@
|
||||
width: $chat-input-style-selector-widget-width;
|
||||
max-height: $chat-input-style-selector-widget-height;
|
||||
|
||||
.content-area {
|
||||
max-height: $chat-input-style-selector-widget-height;
|
||||
}
|
||||
|
||||
.grid-item {
|
||||
font-size: $font-size-sm;
|
||||
height: 30px !important;
|
||||
|
@ -48,7 +48,7 @@ export const ChatInputStyleSelectorView: FC<ChatInputStyleSelectorViewProps> = p
|
||||
<i className="icon chatstyles-icon cursor-pointer" onClick={ toggleSelector } />
|
||||
<Overlay show={ selectorVisible } target={ target } placement="top">
|
||||
<Popover className="nitro-chat-style-selector-container" id="chat-style-selector">
|
||||
<NitroCardContentView className="bg-transparent">
|
||||
<NitroCardContentView className="bg-transparent overflow-hidden">
|
||||
<NitroCardGridView>
|
||||
{ chatStyleIds && (chatStyleIds.length > 0) && chatStyleIds.map((styleId) =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user