Junhoee commited on
Commit
ed11c3d
·
verified ·
1 Parent(s): 7d1a6b5

Update app_gradio_messenger.py

Browse files
Files changed (1) hide show
  1. app_gradio_messenger.py +19 -1
app_gradio_messenger.py CHANGED
@@ -514,7 +514,7 @@ footer,
514
  min-height: 0 !important;
515
  max-height: 100% !important;
516
  }
517
-
518
  .assistant-wrap {
519
  max-width: 94%;
520
  }
@@ -522,6 +522,24 @@ footer,
522
  .user-bubble {
523
  max-width: 86%;
524
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
525
  }
526
  """.strip()
527
 
 
514
  min-height: 0 !important;
515
  max-height: 100% !important;
516
  }
517
+
518
  .assistant-wrap {
519
  max-width: 94%;
520
  }
 
522
  .user-bubble {
523
  max-width: 86%;
524
  }
525
+
526
+ .chat-head-desc {
527
+ font-size: 0.76rem;
528
+ }
529
+
530
+ .chat-status {
531
+ font-size: 0.72rem;
532
+ padding: 6px 10px;
533
+ }
534
+
535
+ .profile-snippet {
536
+ font-size: 0.76rem;
537
+ }
538
+
539
+ .bubble {
540
+ font-size: 0.8rem;
541
+ line-height: 1.5;
542
+ }
543
  }
544
  """.strip()
545