mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-02 16:16:36 +00:00
deploy: 9baa4b39bc
This commit is contained in:
parent
71924d519f
commit
fc5a805efa
255 changed files with 6255 additions and 6250 deletions
css
|
@ -1319,10 +1319,15 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
|
|||
|
||||
.mermaid {
|
||||
border: 1px solid transparent;
|
||||
display: inline;
|
||||
/* don't use display: none, as this will cause no renderinge by Mermaid */
|
||||
visibility: hidden;
|
||||
padding: .5rem .5rem 0 .5rem;
|
||||
}
|
||||
.mermaid.zoom {
|
||||
.mermaid.mermaid-render {
|
||||
display: inline;
|
||||
visibility: visible;
|
||||
}
|
||||
.mermaid.mermaid-render.zoom {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue