Update chat style

This commit is contained in:
Bill 2021-09-30 02:28:32 -04:00
parent 8711106619
commit aaa62b5251
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -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) =>
{