Keldos commited on
Commit
28e8f05
·
1 Parent(s): 0acb4f5

WIP fix 避免gradio progress遮挡输入框样式

Browse files
Files changed (1) hide show
  1. web_assets/stylesheet/chatbot.css +4 -0
web_assets/stylesheet/chatbot.css CHANGED
@@ -82,6 +82,10 @@ hr.append-display {
82
  /* max-height: 110px; */
83
  background: transparent;
84
  }
 
 
 
 
85
 
86
  /* 亮色(默认) */
87
  #chuanhu-chatbot {
 
82
  /* max-height: 110px; */
83
  background: transparent;
84
  }
85
+ #user-input-tb .wrap {
86
+ background: none !important;
87
+ border-radius: 21px !important;
88
+ }
89
 
90
  /* 亮色(默认) */
91
  #chuanhu-chatbot {