Keldos commited on
Commit
d065d78
·
1 Parent(s): 2c3fb9f

chore: 微调消息中图片的圆角和边距

Browse files
web_assets/stylesheet/chatbot.css CHANGED
@@ -225,6 +225,11 @@ hr.append-display {
225
  display: none;
226
  }
227
 
 
 
 
 
 
228
  /* custom buttons */
229
  .chuanhu-btn {
230
  border-radius: 5px;
 
225
  display: none;
226
  }
227
 
228
+ .message img[data-testid="chatbot-image"]{
229
+ border-radius: 8px !important;
230
+ margin: 4px !important
231
+ }
232
+
233
  /* custom buttons */
234
  .chuanhu-btn {
235
  border-radius: 5px;
web_assets/stylesheet/markdown.css CHANGED
@@ -1,8 +1,4 @@
1
 
2
- .md-message img{
3
- border-radius: 10px !important;
4
- }
5
-
6
  /* 表格 */
7
  .md-message table {
8
  margin: 1em 0;
 
1
 
 
 
 
 
2
  /* 表格 */
3
  .md-message table {
4
  margin: 1em 0;