Deployed cc47221 to v2.2.2 with MkDocs 1.6.1 and mike 2.1.4

This commit is contained in:
github-actions[bot]
2026-03-22 21:40:34 +00:00
parent bf725ba3c3
commit 190b3b06c5
115 changed files with 10802 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
img-comparison-slider {
visibility: hidden;
}
img-comparison-slider [slot='second'] {
display: none;
}
img-comparison-slider.rendered {
visibility: inherit;
}
img-comparison-slider.rendered [slot='second'] {
display: unset;
}