Skip to content

Commit b3472e9

Browse files
add resize and limit analysis height
1 parent 64e8b94 commit b3472e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/frontend/src/pages/chat/Chat.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
width: 100%;
4848
overflow-y: auto;
4949
padding: 0 2rem;
50-
max-width: 80vw;
5150
display: flex;
5251
flex-direction: column;
53-
box-sizing: border-box;
52+
resize: horizontal;
53+
min-width: 50vw;
5454
}
5555

5656
.chatMessageGpt {
@@ -77,7 +77,7 @@
7777
.chatAnalysisPanel {
7878
flex: 1;
7979
overflow-y: auto;
80-
max-height: 89vh;
80+
max-height: 85vh;
8181
margin-left: 1.25rem;
8282
margin-right: 1.25rem;
8383
}

0 commit comments

Comments
 (0)