Updated Wiki content

OrcaSlicerBot
2026-01-09 15:06:46 +00:00
parent 4afb35dedf
commit cbc3d67bf1

@@ -285,6 +285,14 @@ h1 + ol, h2 + ol, h3 + ol, h4 + ol{
padding: .75em 1.25em; padding: .75em 1.25em;
} }
/* Let table images respect their explicit dimensions */
.md-typeset table img {
max-width: none;
max-height: none;
width: auto;
height: unset;
}
/* /////// FOOTER */ /* /////// FOOTER */
/* Fixes sidebar content rendering over footer when all items expanded */ /* Fixes sidebar content rendering over footer when all items expanded */
.md-footer{ .md-footer{