2025-2-26-fixed

This commit is contained in:
2025-02-26 09:16:07 +08:00
parent bf50b6c865
commit 4968d276dc
456 changed files with 27801 additions and 1 deletions

View File

@ -0,0 +1,69 @@
// Post Expand
// --------------------------------------------------
.posts-expand {
&.index {
.post-title, .post-meta {
text-align: $site-meta-text-align;
+mobile() {
text-align: center;
}
}
.post-meta {
margin: 5px 0 20px 0;
}
}
.post-eof {
display: none;
}
.post-block:not(:first-child) {
margin-top: 120px;
}
.post-title, .post-meta {
text-align: center;
}
.post-body img {
margin-left: 0;
}
.post-tags {
text-align: left;
a {
background: $whitesmoke;
border-bottom: none;
padding: 1px 5px;
&:hover {
background: $grey-light;
}
}
}
.post-nav {
margin-top: 40px;
}
}
.post-button {
margin-top: 20px;
text-align: left;
.btn {
// color: $grey-dim;
background: none;
border: 0;
border-bottom: 2px solid var(--btn-default-border-color);
padding: 0;
transition-property: border;
&:hover {
border-bottom-color: var(--btn-default-hover-border-color);
}
}
}