mirror of
https://github.com/OrcaSlicer/OrcaSlicer_WIKI.git
synced 2026-05-17 08:35:46 +03:00
init (#165)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user