Restore post metadata and align comments
Some checks are pending
Build / build (push) Waiting to run
Some checks are pending
Build / build (push) Waiting to run
This commit is contained in:
parent
5f146e3ef4
commit
4b3aa3022e
24 changed files with 400 additions and 95 deletions
|
|
@ -18,6 +18,10 @@
|
|||
}
|
||||
|
||||
.blog-post-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 0.65rem;
|
||||
color: hsl(var(--muted-foreground));
|
||||
font-family: var(--font-mono);
|
||||
font-size: 0.75rem;
|
||||
|
|
@ -25,6 +29,12 @@
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.blog-post-meta span::before {
|
||||
content: "/";
|
||||
margin-right: 0.65rem;
|
||||
color: color-mix(in srgb, hsl(var(--muted-foreground)) 55%, transparent);
|
||||
}
|
||||
|
||||
.blog-post-header .blog-post-title {
|
||||
margin-top: 0.65rem;
|
||||
color: hsl(var(--foreground));
|
||||
|
|
@ -314,7 +324,9 @@
|
|||
}
|
||||
|
||||
.article-content :where([data-footnotes] ol) {
|
||||
padding-left: 1.25rem;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
.article-content :where([data-footnotes] li + li) {
|
||||
|
|
@ -322,6 +334,7 @@
|
|||
}
|
||||
|
||||
.article-content :where([data-footnotes] p) {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
@ -330,6 +343,17 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.blog-comments-shell {
|
||||
width: 100%;
|
||||
max-width: 64rem;
|
||||
margin-inline: auto;
|
||||
padding: 0 1.5rem 4.5rem;
|
||||
}
|
||||
|
||||
.blog-comments-shell #coral_thread {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.blog-post-shell {
|
||||
padding-top: 4rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue