From 855d21e823b14b1af1ae079cbd229cb840f52fea Mon Sep 17 00:00:00 2001 From: OrcaSlicerBot Date: Wed, 11 Feb 2026 12:15:05 +0000 Subject: [PATCH] Updated Wiki content --- mkdocs.yml | 2 +- web_extras/extra.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 1390012..c0395ce 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -20,7 +20,7 @@ theme: - search.suggest - search.highlight - navigation.path # shows breadcumb - #- navigation.top # adds back to top button - not working + - navigation.top # adds back to top button - navigation.footer # adds next and previous buttons - navigation.indexes palette: # Automatic light/dark mode with toggle diff --git a/web_extras/extra.css b/web_extras/extra.css index 92aed21..874d21f 100644 --- a/web_extras/extra.css +++ b/web_extras/extra.css @@ -321,6 +321,14 @@ img[height="200"] { /* Calibrations guide preview */ height: 45px !important; } +/* /////// SCROLL TO TOP */ +.md-top { + font-size: 0; /* hides text */ + padding: .8rem; /* makes bigger and circle */ + background-color: var(--md-primary-fg-color); /* makes more noticable */ + color: var(--md-primary-bg-color); +} + /* /////// FOOTER */ /* Fixes sidebar content rendering over footer when all items expanded */ .md-footer{