feat(app): add compact ui (#15578)
This commit is contained in:
parent
c8866e60ba
commit
b15fb21191
23 changed files with 87 additions and 17 deletions
|
|
@ -37,6 +37,12 @@
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
[data-slot="session-turn-compaction"] {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
align-self: stretch;
|
||||
}
|
||||
|
||||
[data-slot="session-turn-thinking"] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue