Extract shared chat UI components

This commit is contained in:
Nathan Flurry 2026-03-07 23:24:23 -08:00
parent 3d9476ed0b
commit ea6c5ee17c
14 changed files with 1161 additions and 407 deletions

View file

@ -1347,6 +1347,13 @@
padding: 16px;
}
.chat-conversation {
display: flex;
flex: 1;
min-height: 0;
flex-direction: column;
}
.messages-container:has(.empty-state) {
display: flex;
align-items: center;