2025-06-23 12:22:20 +00:00
|
|
|
body {
|
|
|
|
|
padding-top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toolbar {
|
|
|
|
|
top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
.nav-container {
|
|
|
|
|
top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
@media screen and (min-width: 1024px) {
|
|
|
|
|
.nav {
|
|
|
|
|
top: 0 !important;
|
|
|
|
|
height: 100vh !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.doc pre {
|
|
|
|
|
font-size: .8rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shiki {
|
|
|
|
|
margin-left: -0.875em !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
.doc {
|
|
|
|
|
max-width: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1024px) {
|
|
|
|
|
.doc {
|
|
|
|
|
max-width: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.paragraph {
|
|
|
|
|
max-width: 40rem;
|
|
|
|
|
}
|
|
|
|
|
}*/
|
|
|
|
|
|
2025-07-03 18:57:48 +00:00
|
|
|
#search-input {
|
2025-07-03 23:22:35 +00:00
|
|
|
margin-left: auto;
|
2025-07-03 18:57:48 +00:00
|
|
|
margin-right: 0.25em;
|
|
|
|
|
}
|