Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,16 @@ custom_css = """
|
|
| 15 |
padding: 10px 20px !important;
|
| 16 |
overflow-y: auto !important;
|
| 17 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
#chatbot-window {
|
| 20 |
height: 70vh !important;
|
|
|
|
| 15 |
padding: 10px 20px !important;
|
| 16 |
overflow-y: auto !important;
|
| 17 |
}
|
| 18 |
+
/* Fix for the small settings icon button */
|
| 19 |
+
#settings-btn {
|
| 20 |
+
width: 50px !important;
|
| 21 |
+
min-width: 50px !important;
|
| 22 |
+
max-width: 50px !important;
|
| 23 |
+
height: 40px !important;
|
| 24 |
+
padding: 0 !important;
|
| 25 |
+
font-size: 20px !important;
|
| 26 |
+
justify-content: center !important;
|
| 27 |
+
}
|
| 28 |
|
| 29 |
#chatbot-window {
|
| 30 |
height: 70vh !important;
|