From df07c053236a90ed8f71a60c75e88d9a66c115c9 Mon Sep 17 00:00:00 2001 From: Adrian Date: Fri, 28 Feb 2025 08:03:46 -0500 Subject: [PATCH] Fix typo --- MCL Gallery Cards.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCL Gallery Cards.css b/MCL Gallery Cards.css index f6316e1..2661a8e 100644 --- a/MCL Gallery Cards.css +++ b/MCL Gallery Cards.css @@ -222,7 +222,7 @@ position: fixed; background: rgba(0,0,0,0.8) } - body.mermaid-zoom:not(.is-mobile) .markdown-source-view. .cm-embed-block:has(.mermaid svg:active) .mermaid { overflow-x: hidden; } + body.mermaid-zoom:not(.is-mobile) .markdown-source-view .cm-embed-block:has(.mermaid svg:active) .mermaid { overflow-x: hidden; } body.mermaid-zoom:not(.is-mobile) .markdown-source-view .mermaid svg:active { cursor: zoom-out; position: fixed;