diff --git a/.obsidian/snippets/mermaid.css b/.obsidian/snippets/mermaid.css new file mode 100644 index 0000000..cf1ce89 --- /dev/null +++ b/.obsidian/snippets/mermaid.css @@ -0,0 +1,19 @@ +@media print { + .mermaid > svg { + max-width: 100%; + max-height: 100%; + page-break-inside: avoid; + } + } + + + .mermaid > svg { + max-width: 100%; + max-height: 100%; + page-break-inside: avoid; + } + + + .mermaid > svg { + max-width: 100%; + } \ No newline at end of file