2020-08-04 19:56:37 +00:00
|
|
|
.mermaid-chart {
|
2020-08-25 19:48:53 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 1rem;
|
2020-12-06 03:05:22 +00:00
|
|
|
margin: 1rem auto;
|
|
|
|
height: auto;
|
2020-08-04 19:56:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* mermaid's errorRenderer seems to unavoidably spew stuff into <body>, hide it */
|
|
|
|
body > div[id*="mermaid-"] {
|
2020-08-25 19:48:53 +00:00
|
|
|
display: none !important;
|
2020-08-04 19:56:37 +00:00
|
|
|
}
|