Skip to content

Commit

Permalink
fix: 把文字大小改回之前的14px
Browse files Browse the repository at this point in the history
Gradio又乱改效果,唉
  • Loading branch information
Keldos-Li committed Oct 22, 2024
1 parent d4ec6a3 commit 0752e6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web_assets/stylesheet/markdown.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

/* list from gradio 4.26, recover what silly gradio has done*/
.message {

--chatbot-body-text-size: 14px; /* gradio set 16px in v4.29 */

.prose ul {
list-style-position: outside !important;
list-style-type: disc;
Expand Down

0 comments on commit 0752e6e

Please sign in to comment.