mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-19 11:22:09 +08:00
chore: reduce the max height of conversation card (#141)
This commit is contained in:
@@ -346,7 +346,7 @@ function ConversationCard(props) {
|
||||
style={
|
||||
props.notClampSize
|
||||
? { flexGrow: 1 }
|
||||
: { maxHeight: windowSize[1] * 0.75 + 'px', resize: 'vertical' }
|
||||
: { maxHeight: windowSize[1] * 0.55 + 'px', resize: 'vertical' }
|
||||
}
|
||||
>
|
||||
{conversationItemData.map((data, idx) => (
|
||||
|
||||
Reference in New Issue
Block a user