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