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 29c0920 commit a79fe57Copy full SHA for a79fe57
app/frontend/src/pages/chat/Chat.module.css
@@ -16,6 +16,7 @@
16
flex-direction: column;
17
align-items: center;
18
width: 100%;
19
+ max-height: calc(100vh - 10rem);
20
}
21
22
.chatEmptyState {
@@ -43,13 +44,13 @@
43
44
.chatMessageStream {
45
flex-grow: 1;
46
max-height: 64rem;
- max-width: 64.25rem;
47
48
overflow-y: auto;
49
- padding-left: 1rem;
50
- padding-right: 1rem;
+ padding: 0 2rem;
51
display: flex;
52
+ resize: horizontal;
53
+ min-width: 50vw;
54
55
56
.chatMessageGpt {
@@ -76,7 +77,7 @@
76
77
.chatAnalysisPanel {
78
flex: 1;
79
- max-height: 89vh;
80
+ max-height: 85vh;
81
margin-left: 1.25rem;
82
margin-right: 1.25rem;
83
0 commit comments