Wanswan commited on
Commit
a8054cb
·
verified ·
1 Parent(s): b0ded68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -239,6 +239,13 @@ with gr.Blocks(css="""
239
  white-space: normal !important;
240
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04); /* 可选美化 */
241
  }
 
 
 
 
 
 
 
242
 
243
  footer { display: none !important; }
244
  .svelte-1ipelgc { display: none !important; }
 
239
  white-space: normal !important;
240
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04); /* 可选美化 */
241
  }
242
+ @media screen and (max-width: 768px) {
243
+ #chatbox .message {
244
+ font-size: 13px !important;
245
+ max-width: 92% !important;
246
+ }
247
+ }
248
+
249
 
250
  footer { display: none !important; }
251
  .svelte-1ipelgc { display: none !important; }