Deployed 9dc87dd to v2.3.0 with MkDocs 1.6.1 and mike 2.2.0

This commit is contained in:
github-actions[bot]
2026-06-05 19:14:04 +00:00
parent 903fa87f2f
commit 00c74d4e1e
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;
}