fix: clean chatUI and simplify regen logic (#452) bump:patch

This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin)
2024-11-02 17:19:10 +07:00
committed by GitHub
parent fb241a467c
commit bd2490bef1
5 changed files with 31 additions and 151 deletions

View File

@@ -163,6 +163,10 @@ mark {
right: 40px;
}
.upload-button {
display: none;
}
.scrollable {
overflow-y: auto;
}