Spaces:
Running
Running
siddhartharya
commited on
Update app.css
Browse files
app.css
CHANGED
@@ -188,6 +188,16 @@ a:hover {
|
|
188 |
font-size: 14px;
|
189 |
}
|
190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
/* Responsive Design */
|
192 |
@media screen and (max-width: 600px) {
|
193 |
.gr-row {
|
|
|
188 |
font-size: 14px;
|
189 |
}
|
190 |
|
191 |
+
/* Chatbot Styling */
|
192 |
+
.gr-chatbot {
|
193 |
+
background-color: var(--output-background);
|
194 |
+
border: 1px solid #ccc;
|
195 |
+
border-radius: 8px;
|
196 |
+
padding: 10px;
|
197 |
+
overflow-y: auto;
|
198 |
+
height: 400px;
|
199 |
+
}
|
200 |
+
|
201 |
/* Responsive Design */
|
202 |
@media screen and (max-width: 600px) {
|
203 |
.gr-row {
|