Wanswan commited on
Commit
388c1ea
·
verified ·
1 Parent(s): a842eee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -251,10 +251,10 @@ label.svelte-1to105q {
251
 
252
  /* 让消息气泡可以更宽(同时设置字体缩小) */
253
  #chatbox .message {
254
- font-size: 14px !important;
255
  line-height: 1.4em !important;
256
  padding: 8px 12px !important;
257
- max-width: 90% !important;
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
  }