Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,11 @@ css = """
|
|
22 |
.message-bubble-border {
|
23 |
border-radius: 6px !important;
|
24 |
}
|
|
|
|
|
|
|
|
|
|
|
25 |
.dark.message-bubble-border {
|
26 |
border-color: #21293b !important;
|
27 |
}
|
|
|
22 |
.message-bubble-border {
|
23 |
border-radius: 6px !important;
|
24 |
}
|
25 |
+
.message-buttons-bot, .message-buttons-user {
|
26 |
+
right: 10px !important;
|
27 |
+
left: auto !important;
|
28 |
+
bottom: 2px !important;
|
29 |
+
}
|
30 |
.dark.message-bubble-border {
|
31 |
border-color: #21293b !important;
|
32 |
}
|