ikraamkb commited on
Commit
05917e9
·
verified ·
1 Parent(s): 5c2dbaf

Update static/app.css

Browse files
Files changed (1) hide show
  1. static/app.css +7 -10
static/app.css CHANGED
@@ -53,21 +53,18 @@ em {
53
 
54
  /* Message bubbles */
55
  .bubble {
56
- max-width: 70%;
57
- padding: 12px;
58
- border-radius: 12px;
59
- display: inline-block;
60
- position: relative;
61
  word-wrap: break-word;
62
- font-size: 1rem;
63
  white-space: pre-wrap;
64
  }
65
 
66
- .bubble .label {
 
67
  font-weight: bold;
68
- font-size: 0.8rem;
69
- margin-bottom: 4px;
70
- color: #333;
71
  }
72
 
73
  .bubble.left {
 
53
 
54
  /* Message bubbles */
55
  .bubble {
56
+ max-width: 90%;
57
+ padding: 16px;
58
+ font-size: 1.05rem;
59
+ border-radius: 14px;
 
60
  word-wrap: break-word;
 
61
  white-space: pre-wrap;
62
  }
63
 
64
+ .bubble .label {
65
+ font-size: 0.9rem;
66
  font-weight: bold;
67
+ margin-bottom: 6px;
 
 
68
  }
69
 
70
  .bubble.left {