feat: support compress chat history

This commit is contained in:
Yifei Zhang
2023-03-19 15:13:10 +00:00
parent 9398b34b5c
commit c133cae04b
6 changed files with 125 additions and 24 deletions

View File

@@ -90,7 +90,7 @@
}
.modal-content {
height: 40vh;
max-height: 40vh;
padding: var(--modal-padding);
overflow: auto;
}
@@ -118,7 +118,7 @@
width: 90vw;
.modal-content {
height: 50vh;
max-height: 50vh;
}
}
}