Update app.py
Browse files
app.py
CHANGED
|
@@ -251,10 +251,10 @@ label.svelte-1to105q {
|
|
| 251 |
|
| 252 |
/* 让消息气泡可以更宽(同时设置字体缩小) */
|
| 253 |
#chatbox .message {
|
| 254 |
-
font-size:
|
| 255 |
line-height: 1.4em !important;
|
| 256 |
padding: 8px 12px !important;
|
| 257 |
-
max-width:
|
| 258 |
word-break: break-word !important;
|
| 259 |
white-space: normal !important;
|
| 260 |
}
|
|
|
|
| 251 |
|
| 252 |
/* 让消息气泡可以更宽(同时设置字体缩小) */
|
| 253 |
#chatbox .message {
|
| 254 |
+
font-size: 8px !important;
|
| 255 |
line-height: 1.4em !important;
|
| 256 |
padding: 8px 12px !important;
|
| 257 |
+
max-width: 95% !important;
|
| 258 |
word-break: break-word !important;
|
| 259 |
white-space: normal !important;
|
| 260 |
}
|