This commit is contained in:
Maxim Devaev 2025-03-25 08:20:21 +02:00
parent 471f9c0f2b
commit ca5ae16dda
1 changed files with 11 additions and 1 deletions

View File

@ -13,6 +13,12 @@ li.md-nav__item--section > label.md-nav__link {
.md-nav__title {
display: none;
}
.md-post__back > .md-nav__title { /* Blog: Enable "Back to index" */
display: block;
}
.md-post__back { /* Blog */
padding-top: 1.2rem;
}
/*.md-header,*/ .md-footer {
background-color: #333333;
@ -38,7 +44,8 @@ li.md-nav__item--section > label.md-nav__link {
padding-top: 10px;
}
.md-sidebar.md-sidebar--primary .md-sidebar__scrollwrap {
.md-sidebar.md-sidebar--primary .md-sidebar__scrollwrap,
.md-sidebar.md-sidebar--post .md-sidebar__scrollwrap {
/*overflow-y: unset;*/
padding-right: 1px;
border-right: 1px solid #adadad;
@ -61,6 +68,9 @@ li.md-nav__item--section > label.md-nav__link {
/*border-left: 1px solid #adadad;
border-right: 1px solid #adadad;*/
}
.md-content.md-content--post { /* Blog */
margin-top: 0px;
}
.md-top {
display: none;