feat: make the chat body resizable (#1)

This commit is contained in:
josc146
2023-03-16 00:15:29 +08:00
parent 47b4b0c2d0
commit 6af0fa4ed6
+1
View File
@@ -66,6 +66,7 @@
background-color: var(--theme-color);
color: var(--font-color);
max-height: 800px;
resize: vertical;
overflow-y: auto;
ul,