This commit is contained in:
yw4z
2026-02-11 15:14:52 +03:00
committed by GitHub
parent f47e0d7591
commit ea82741d9e
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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{