Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,12 +118,12 @@ h1 {
|
|
| 118 |
/* ---------- Messages ---------- */
|
| 119 |
.message {
|
| 120 |
max-width: 72%;
|
| 121 |
-
padding:
|
| 122 |
-
border-radius:
|
| 123 |
-
margin-bottom:
|
| 124 |
-
line-height: 1.
|
| 125 |
-
font-size:
|
| 126 |
-
|
| 127 |
}
|
| 128 |
|
| 129 |
.message.user {
|
|
|
|
| 118 |
/* ---------- Messages ---------- */
|
| 119 |
.message {
|
| 120 |
max-width: 72%;
|
| 121 |
+
padding: 8px 10px;
|
| 122 |
+
border-radius: 10px;
|
| 123 |
+
margin-bottom: 9px;
|
| 124 |
+
line-height: 1.0;
|
| 125 |
+
font-size: 14px;
|
| 126 |
+
box-sizing: content-box;;
|
| 127 |
}
|
| 128 |
|
| 129 |
.message.user {
|