From 7a56ec0b05f90ca221a2a3925dc127e1fd7969b7 Mon Sep 17 00:00:00 2001 From: Andrey Epifancev Date: Fri, 12 Sep 2025 14:40:28 +0400 Subject: [PATCH] vault backup: 2025-09-12 14:40:28 --- .obsidian/snippets/mermaid.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .obsidian/snippets/mermaid.css 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