CSS fix for movingUI handle + less round corners

This commit is contained in:
RossAscends
2023-05-17 03:36:50 +09:00
parent 072d8edf52
commit 2806d869ed
3 changed files with 23 additions and 11 deletions

View File

@@ -948,7 +948,7 @@ function printMessages() {
function clearChat() {
count_view_mes = 0;
extension_prompts = {};
$("#chat").html("");
$("#chat").children().remove();
}
function deleteLastMessage() {