mirror of https://github.com/pikvm/pikvm.git
blog css
This commit is contained in:
parent
471f9c0f2b
commit
ca5ae16dda
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue