mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-26 14:46:11 +00:00
Updated Wiki content
@@ -20,7 +20,7 @@ theme:
|
|||||||
- search.suggest
|
- search.suggest
|
||||||
- search.highlight
|
- search.highlight
|
||||||
- navigation.path # shows breadcumb
|
- 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.footer # adds next and previous buttons
|
||||||
- navigation.indexes
|
- navigation.indexes
|
||||||
palette: # Automatic light/dark mode with toggle
|
palette: # Automatic light/dark mode with toggle
|
||||||
|
|||||||
@@ -321,6 +321,14 @@ img[height="200"] { /* Calibrations guide preview */
|
|||||||
height: 45px !important;
|
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 */
|
/* /////// 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{
|
||||||
|
|||||||
Reference in New Issue
Block a user