mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 15:36:18 +00:00
🆙 add some more spaceing in the chat bubble
This commit is contained in:
@@ -36,12 +36,12 @@ export const ChatInputStyleSelectorView: FC<ChatInputStyleSelectorViewProps> = p
|
|||||||
popoverRect={popoverRect}
|
popoverRect={popoverRect}
|
||||||
position={position}
|
position={position}
|
||||||
>
|
>
|
||||||
<NitroCardContentView className="bg-transparent max-h-[200px]!" overflow="hidden">
|
<NitroCardContentView className="bg-transparent max-h-[210px]!" overflow="hidden">
|
||||||
<Grid columnCount={3} overflow="auto">
|
<Grid columnCount={3} overflow="auto">
|
||||||
{chatStyleIds && chatStyleIds.length > 0 && chatStyleIds.map(styleId => (
|
{chatStyleIds && chatStyleIds.length > 0 && chatStyleIds.map(styleId => (
|
||||||
<Flex key={styleId} center pointer className="h-[30px]" onClick={() => selectStyle(styleId)}>
|
<Flex key={styleId} center pointer className="h-[35px] w-[65px]" onClick={() => selectStyle(styleId)}>
|
||||||
<div className="bubble-container relative w-[50px]">
|
<div className="bubble-container relative w-[50px]">
|
||||||
<div className={`relative max-w-[350px] min-h-[26px] text-[14px] chat-bubble bubble-${styleId}`}> </div>
|
<div className={`relative max-w-[65px] min-h-[26px] text-[14px] chat-bubble bubble-${styleId}`} />
|
||||||
</div>
|
</div>
|
||||||
</Flex>
|
</Flex>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user