mermaid: show zoom button on mobile only if zoomed #691

This commit is contained in:
Sören Weber 2023-10-27 00:55:48 +02:00
parent 03a268e318
commit 2245d8050a
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -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;
}
}