1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

Update related styles

This commit is contained in:
Cotes Chung
2021-12-01 21:49:51 +08:00
parent df3a703988
commit 1c758cf4a2
4 changed files with 43 additions and 33 deletions

View File

@@ -23,7 +23,7 @@
padding-right: $pr;
}
#post-wrapper .post-meta {
h1 + .post-meta {
> div:nth-child(2) {
> span:not(:first-child)::before {
@include dot;
@@ -220,7 +220,7 @@ nav[data-toggle=toc] {
}
}
#post-extend-wrapper {
#tail-wrapper {
min-height: 2rem;
#disqus_thread {
@@ -339,8 +339,8 @@ nav[data-toggle=toc] {
}
@media all and (min-width: 768px) {
#post-wrapper {
.post-meta {
#core-wrapper {
h1 + .post-meta {
> div:not(:first-child)::before {
@include dot(0.5rem, 0.2rem);
}