We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e8b94 commit b3472e9Copy full SHA for b3472e9
app/frontend/src/pages/chat/Chat.module.css
@@ -47,10 +47,10 @@
47
width: 100%;
48
overflow-y: auto;
49
padding: 0 2rem;
50
- max-width: 80vw;
51
display: flex;
52
flex-direction: column;
53
- box-sizing: border-box;
+ resize: horizontal;
+ min-width: 50vw;
54
}
55
56
.chatMessageGpt {
@@ -77,7 +77,7 @@
77
.chatAnalysisPanel {
78
flex: 1;
79
80
- max-height: 89vh;
+ max-height: 85vh;
81
margin-left: 1.25rem;
82
margin-right: 1.25rem;
83
0 commit comments