We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31a6d3 commit 60afbbdCopy full SHA for 60afbbd
2 files changed
src/components/ConversationCard/index.jsx
@@ -346,7 +346,7 @@ function ConversationCard(props) {
346
style={
347
props.notClampSize
348
? { flexGrow: 1 }
349
- : { maxHeight: windowSize[1] * 0.75 + 'px', resize: 'vertical' }
+ : { maxHeight: windowSize[1] * 0.55 + 'px', resize: 'vertical' }
350
}
351
>
352
{conversationItemData.map((data, idx) => (
src/content-script/styles.scss
@@ -210,7 +210,7 @@
210
color: var(--font-color);
211
resize: none;
212
min-height: 70px;
213
- max-height: 240px;
+ max-height: 160px;
214
215
216
.dragbar {
0 commit comments