Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/frontend/src/pages/chat/Chat.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
flex-direction: column;
align-items: center;
width: 100%;
max-height: calc(100vh - 10rem);
}

.chatEmptyState {
Expand Down Expand Up @@ -43,11 +44,10 @@
.chatMessageStream {
flex-grow: 1;
max-height: 64rem;
max-width: 64.25rem;
width: 100%;
overflow-y: auto;
padding-left: 1rem;
padding-right: 1rem;
padding-left: 15vw;
padding-right: 15vw;
display: flex;
flex-direction: column;
}
Expand Down