This commit is contained in:
Maxim Devaev 2025-04-29 23:22:38 +03:00
parent 0e2bb380da
commit c815a21789
1 changed files with 20 additions and 8 deletions

View File

@ -29,9 +29,11 @@ li.md-nav__item--section > label.md-nav__link {
margin-top: unset; margin-top: unset;
} }
@media screen and (min-width: 76.3em) {
.md-nav__title { .md-nav__title {
display: none; display: none;
} }
}
.md-sidebar--primary .md-nav__link--active { .md-sidebar--primary .md-nav__link--active {
font-weight: bold; font-weight: bold;
@ -42,9 +44,11 @@ li.md-nav__item--section > label.md-nav__link {
margin-right: 6px; margin-right: 6px;
} }
@media screen and (min-width: 76.3em) {
.md-post__back > .md-nav__title { /* Blog: Enable "Back to index" */ .md-post__back > .md-nav__title { /* Blog: Enable "Back to index" */
display: block; display: block;
} }
}
.md-post__back { /* Blog */ .md-post__back { /* Blog */
padding-top: 1.2rem; padding-top: 1.2rem;
} }
@ -53,9 +57,11 @@ li.md-nav__item--section > label.md-nav__link {
background-color: #333333; background-color: #333333;
} }
@media screen and (min-width: 76.3em) {
.md-footer__inner.md-grid { .md-footer__inner.md-grid {
display: none; display: none;
} }
}
.md-sidebar { .md-sidebar {
padding-top: 0px; padding-top: 0px;
@ -101,9 +107,11 @@ li.md-nav__item--section > label.md-nav__link {
margin-top: 0px; margin-top: 0px;
} }
@media screen and (min-width: 76.3em) {
.md-top { .md-top {
display: none; display: none;
} }
}
.md-typeset hr { .md-typeset hr {
border-bottom: 1px solid #adadad; border-bottom: 1px solid #adadad;
@ -125,3 +133,7 @@ li.md-nav__item--section > label.md-nav__link {
ol li::marker { ol li::marker {
font-weight: bold; font-weight: bold;
} }
.md-typeset li details {
margin: 0;
}