Deployed 27d1648 to v2.3.1 with MkDocs 1.6.1 and mike 2.2.0

This commit is contained in:
github-actions[bot]
2026-06-12 09:39:21 +00:00
parent 75ff57ffe8
commit c9b9e29bb4
115 changed files with 10833 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;
}