From 2245d8050a5b5587203f11ce5dd59b0cb5776210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 27 Oct 2023 00:55:48 +0200 Subject: [PATCH] mermaid: show zoom button on mobile only if zoomed #691 --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 87c0f12900..34e5cc88de 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1361,7 +1361,7 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right { } @media (any-hover: none) { /* if there is at least one input device that does not support hover, we want to force the reset button */ - .svg-reset-button { + .svg-reset-button.zoom { display: block; } }