mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 14:02:08 +08:00
fix: #2055 should render mermaid completely
This commit is contained in:
@@ -1117,3 +1117,15 @@
|
||||
.markdown-body ::-webkit-calendar-picker-indicator {
|
||||
filter: invert(50%);
|
||||
}
|
||||
|
||||
.markdown-body .mermaid {
|
||||
border: var(--border-in-light);
|
||||
margin-bottom: 10px;
|
||||
border-radius: 4px;
|
||||
padding: 10px;
|
||||
background-color: var(--white);
|
||||
}
|
||||
|
||||
#dmermaid {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user