Spaces:
Runtime error
Runtime error
Commit
·
37056f7
1
Parent(s):
dbb6927
Update style
Browse files- assets/css/custom.css +2 -2
assets/css/custom.css
CHANGED
|
@@ -49,12 +49,12 @@
|
|
| 49 |
[data-testid='bot'] {
|
| 50 |
max-width: 70%;
|
| 51 |
width: auto !important;
|
| 52 |
-
|
| 53 |
}
|
| 54 |
[data-testid='user'] {
|
| 55 |
max-width: 70%;
|
| 56 |
width: auto !important;
|
| 57 |
-
|
| 58 |
}
|
| 59 |
|
| 60 |
/* Text & Video */
|
|
|
|
| 49 |
[data-testid='bot'] {
|
| 50 |
max-width: 70%;
|
| 51 |
width: auto !important;
|
| 52 |
+
border-bottom-left-radius: 0 !important;
|
| 53 |
}
|
| 54 |
[data-testid='user'] {
|
| 55 |
max-width: 70%;
|
| 56 |
width: auto !important;
|
| 57 |
+
border-bottom-right-radius: 0 !important;
|
| 58 |
}
|
| 59 |
|
| 60 |
/* Text & Video */
|