Spaces:
CMLL
/
Running on Zero

CMLL commited on
Commit
beb47a9
1 Parent(s): 746a084

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +9 -0
style.css CHANGED
@@ -3,6 +3,15 @@ h1 {
3
  display: block;
4
  }
5
 
 
 
 
 
 
 
 
 
 
6
  #duplicate-button {
7
  margin: auto;
8
  color: white;
 
3
  display: block;
4
  }
5
 
6
+ #chatbox {
7
+ height: 800px; /* 设置你想要的高度,可以根据需要调整 */
8
+ overflow-y: auto; /* 允许垂直滚动 */
9
+ padding: 10px; /* 设置内边距,提供更好的可读性 */
10
+ border: 1px solid #ccc; /* 添加边框,更好地区分Chatbox */
11
+ border-radius: 5px; /* 设置边框圆角 */
12
+ }
13
+
14
+
15
  #duplicate-button {
16
  margin: auto;
17
  color: white;