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