We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c491d17 commit 7eb499eCopy full SHA for 7eb499e
1 file changed
docs/.vitepress/theme/style.css
@@ -546,10 +546,11 @@
546
547
.vp-doc .mermaid svg {
548
display: block;
549
- width: 100% !important;
+ width: auto !important;
550
max-width: 100% !important;
551
min-width: 0;
552
height: auto !important;
553
+ max-height: min(68vh, 760px) !important;
554
margin: 0 auto;
555
}
556
@@ -600,9 +601,10 @@ html:lang(zh-CN) .vp-doc .mermaid::after {
600
601
602
603
604
605
606
607
+ max-height: min(56vh, 520px) !important;
608
609
610
.vp-doc .mermaid .label,
0 commit comments