Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +3 -3
static/index.html
CHANGED
|
@@ -10,10 +10,10 @@
|
|
| 10 |
font-family: Arial, sans-serif;
|
| 11 |
background-color: #eef1f5;
|
| 12 |
margin: 0;
|
| 13 |
-
padding:
|
| 14 |
}
|
| 15 |
#chat-container {
|
| 16 |
-
max-width:
|
| 17 |
margin: auto;
|
| 18 |
padding: 20px;
|
| 19 |
border-radius: 30px; /* Modern rounded corners */
|
|
@@ -21,7 +21,7 @@
|
|
| 21 |
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
|
| 22 |
}
|
| 23 |
#chat-history {
|
| 24 |
-
height:
|
| 25 |
overflow-y: auto;
|
| 26 |
margin-bottom: 10px;
|
| 27 |
padding: 10px;
|
|
|
|
| 10 |
font-family: Arial, sans-serif;
|
| 11 |
background-color: #eef1f5;
|
| 12 |
margin: 0;
|
| 13 |
+
padding: 0;
|
| 14 |
}
|
| 15 |
#chat-container {
|
| 16 |
+
max-width: 500px;
|
| 17 |
margin: auto;
|
| 18 |
padding: 20px;
|
| 19 |
border-radius: 30px; /* Modern rounded corners */
|
|
|
|
| 21 |
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
|
| 22 |
}
|
| 23 |
#chat-history {
|
| 24 |
+
height: 330px;
|
| 25 |
overflow-y: auto;
|
| 26 |
margin-bottom: 10px;
|
| 27 |
padding: 10px;
|