diff --git a/src/components/ConversationCard/index.jsx b/src/components/ConversationCard/index.jsx index d906195..6cbe991 100644 --- a/src/components/ConversationCard/index.jsx +++ b/src/components/ConversationCard/index.jsx @@ -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) => ( diff --git a/src/content-script/styles.scss b/src/content-script/styles.scss index 6aafe12..6c6466b 100644 --- a/src/content-script/styles.scss +++ b/src/content-script/styles.scss @@ -210,7 +210,7 @@ color: var(--font-color); resize: none; min-height: 70px; - max-height: 240px; + max-height: 160px; } .dragbar {