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

@@ -161,6 +161,17 @@ input[type="range"]::-webkit-slider-thumb:hover {
width: 24px;
}
input[type="number"] {
appearance: none;
border-radius: 10px;
border: var(--border-in-light);
height: 32px;
box-sizing: border-box;
background: var(--white);
color: var(--black);
padding: 0 10px;
}
div.math {
overflow-x: auto;
}