pabloce commited on
Commit
edc2ab6
1 Parent(s): 69f1d49

Update style.py

Browse files
Files changed (1) hide show
  1. style.py +5 -0
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
  }