Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +9 -0
static/style.css
CHANGED
|
@@ -234,4 +234,13 @@ pre[class*="language-"] {
|
|
| 234 |
overflow-x: auto;
|
| 235 |
}
|
| 236 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 237 |
|
|
|
|
| 234 |
overflow-x: auto;
|
| 235 |
}
|
| 236 |
|
| 237 |
+
.chat-image {
|
| 238 |
+
max-width: 100%;
|
| 239 |
+
height: auto;
|
| 240 |
+
margin-top: 10px;
|
| 241 |
+
border-radius: 6px;
|
| 242 |
+
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
|
| 243 |
+
}
|
| 244 |
+
|
| 245 |
+
|
| 246 |
|