Wanswan commited on
Commit
8cb5284
·
verified ·
1 Parent(s): 3e1210d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -214,10 +214,10 @@ with gr.Blocks(css="""
214
  cursor: pointer;
215
  }
216
  #chatbox .avatar-container {
217
- width: 48px !important;
218
- height: 48px !important;
219
- min-width: 48px !important;
220
- min-height: 48px !important;
221
  background-size: 100% 100% !important;
222
  background-position: center center !important;
223
  border-radius: 50% !important;
@@ -231,9 +231,10 @@ with gr.Blocks(css="""
231
  #chatbox .message {
232
  display: inline-block !important;
233
  font-size: 16px !important;
234
- line-height: 1.6em !important;
235
- min-width: 10ch !important;
236
  max-width: 96% !important;
 
237
  border-radius: 12px !important;
238
  word-break: break-word !important;
239
  word-wrap: break-word !important;
 
214
  cursor: pointer;
215
  }
216
  #chatbox .avatar-container {
217
+ width: 54px !important;
218
+ height: 54px !important;
219
+ min-width: 54px !important;
220
+ min-height: 54px !important;
221
  background-size: 100% 100% !important;
222
  background-position: center center !important;
223
  border-radius: 50% !important;
 
231
  #chatbox .message {
232
  display: inline-block !important;
233
  font-size: 16px !important;
234
+ line-height: 1.3em !important;
235
+ min-width: 5ch !important;
236
  max-width: 96% !important;
237
+ padding: 4px 6px !important;
238
  border-radius: 12px !important;
239
  word-break: break-word !important;
240
  word-wrap: break-word !important;