Commit
·
d1b62ff
1
Parent(s):
429430e
Update style.css
Browse files
style.css
CHANGED
|
@@ -70,3 +70,13 @@ body {
|
|
| 70 |
#send-button:hover {
|
| 71 |
background-color: #0056b3;
|
| 72 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
#send-button:hover {
|
| 71 |
background-color: #0056b3;
|
| 72 |
}
|
| 73 |
+
|
| 74 |
+
#model-selector-container {
|
| 75 |
+
margin-bottom: 10px;
|
| 76 |
+
}
|
| 77 |
+
|
| 78 |
+
#model-selector {
|
| 79 |
+
padding: 5px;
|
| 80 |
+
border-radius: 5px;
|
| 81 |
+
border: 1px solid #ccc;
|
| 82 |
+
}
|