Keldos commited on
Commit
445b831
·
1 Parent(s): 012f5a4

hide message pending bubble

Browse files
Files changed (1) hide show
  1. web_assets/stylesheet/chatbot.css +3 -0
web_assets/stylesheet/chatbot.css CHANGED
@@ -256,6 +256,9 @@ hr.append-display {
256
  margin-bottom: .8em !important;
257
  }
258
 
 
 
 
259
  /* custom buttons */
260
  .chuanhu-btn {
261
  border-radius: 5px;
 
256
  margin-bottom: .8em !important;
257
  }
258
 
259
+ .message.pending {
260
+ display: none !important;
261
+ }
262
  /* custom buttons */
263
  .chuanhu-btn {
264
  border-radius: 5px;