Deployed d1a4ddd to v2.1.1 with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-11-23 20:14:49 +00:00
parent 5b43c8d9a2
commit 307e2a0a42
112 changed files with 11646 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;
}