mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
perf: avoid the layout shift for post datetime
This commit is contained in:
@@ -173,6 +173,8 @@ nav[data-toggle=toc] {
|
||||
|
||||
em {
|
||||
@extend %normal-font-style;
|
||||
|
||||
color: var(--relate-post-date);
|
||||
}
|
||||
|
||||
.card {
|
||||
@@ -194,10 +196,6 @@ nav[data-toggle=toc] {
|
||||
}
|
||||
}
|
||||
|
||||
.timeago {
|
||||
color: var(--relate-post-date);
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 0.9rem;
|
||||
margin-bottom: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user