Skip to content

Commit

Permalink
chore: 微调消息中图片的圆角和边距
Browse files Browse the repository at this point in the history
  • Loading branch information
Keldos-Li committed Nov 10, 2023
1 parent 2c3fb9f commit d065d78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions web_assets/stylesheet/chatbot.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,11 @@ hr.append-display {
display: none;
}

.message img[data-testid="chatbot-image"]{
border-radius: 8px !important;
margin: 4px !important
}

/* custom buttons */
.chuanhu-btn {
border-radius: 5px;
Expand Down
4 changes: 0 additions & 4 deletions web_assets/stylesheet/markdown.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@

.md-message img{
border-radius: 10px !important;
}

/* 表格 */
.md-message table {
margin: 1em 0;
Expand Down

0 comments on commit d065d78

Please sign in to comment.