mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
mermaid: show zoom button on mobile only if zoomed #691
This commit is contained in:
parent
03a268e318
commit
2245d8050a
1 changed files with 1 additions and 1 deletions
|
@ -1361,7 +1361,7 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
|
||||||
}
|
}
|
||||||
@media (any-hover: none) {
|
@media (any-hover: none) {
|
||||||
/* if there is at least one input device that does not support hover, we want to force the reset button */
|
/* 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;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue