mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 03:03:18 +00:00
Extract shared chat UI components
This commit is contained in:
parent
3d9476ed0b
commit
ea6c5ee17c
14 changed files with 1161 additions and 407 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue