Spaces:
Running
on
Zero
Running
on
Zero
Update style.py
Browse files
style.py
CHANGED
@@ -5,6 +5,11 @@ css = """
|
|
5 |
.message-bubble-border {
|
6 |
border-radius: 6px !important;
|
7 |
}
|
|
|
|
|
|
|
|
|
|
|
8 |
.dark.message-bubble-border {
|
9 |
border-color: #1b0f0f !important;
|
10 |
}
|
|
|
5 |
.message-bubble-border {
|
6 |
border-radius: 6px !important;
|
7 |
}
|
8 |
+
.message-buttons-bot, .message-buttons-user {
|
9 |
+
right: 10px !important;
|
10 |
+
left: auto !important;
|
11 |
+
bottom: 2px !important;
|
12 |
+
}
|
13 |
.dark.message-bubble-border {
|
14 |
border-color: #1b0f0f !important;
|
15 |
}
|