Spaces:
Running
Running
Robin
commited on
Commit
·
caefbdd
1
Parent(s):
90a788d
remove old css
Browse files- static/styles_v1.css +0 -31
static/styles_v1.css
DELETED
|
@@ -1,31 +0,0 @@
|
|
| 1 |
-
.chat-window {
|
| 2 |
-
height: 400px;
|
| 3 |
-
width: 100%;
|
| 4 |
-
max-width: 600px;
|
| 5 |
-
border: 1px solid #ccc;
|
| 6 |
-
overflow-y: auto;
|
| 7 |
-
margin-bottom: 20px;
|
| 8 |
-
padding: 10px;
|
| 9 |
-
}
|
| 10 |
-
.message {
|
| 11 |
-
margin: 10px 0;
|
| 12 |
-
padding: 8px;
|
| 13 |
-
border-radius: 8px;
|
| 14 |
-
}
|
| 15 |
-
.user-message {
|
| 16 |
-
background-color: #e3f2fd;
|
| 17 |
-
margin-left: 20%;
|
| 18 |
-
}
|
| 19 |
-
.trump-message {
|
| 20 |
-
background-color: #ffebee;
|
| 21 |
-
margin-right: 20%;
|
| 22 |
-
}
|
| 23 |
-
.input-container {
|
| 24 |
-
display: flex;
|
| 25 |
-
gap: 10px;
|
| 26 |
-
max-width: 600px;
|
| 27 |
-
}
|
| 28 |
-
#messageInput {
|
| 29 |
-
flex-grow: 1;
|
| 30 |
-
padding: 8px;
|
| 31 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|