update comments plugin display
All checks were successful
Deploy Docs / deploy (push) Successful in 23s
All checks were successful
Deploy Docs / deploy (push) Successful in 23s
This commit is contained in:
parent
f6f7bd7115
commit
a31d6ac095
1 changed files with 16 additions and 0 deletions
|
|
@ -561,6 +561,22 @@ article h1, article h2, article h3 {
|
|||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
/* ── Comments section ── */
|
||||
#__comments {
|
||||
font-size: 1.15rem;
|
||||
font-weight: 650;
|
||||
margin: 2.5rem 0 0.8rem;
|
||||
padding-bottom: 0.4rem;
|
||||
border-bottom: 2px solid var(--gp-secondary);
|
||||
}
|
||||
#cusdis_thread {
|
||||
min-height: 280px;
|
||||
padding: 0.8rem 0;
|
||||
}
|
||||
#cusdis_thread iframe {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
/* Print */
|
||||
@media print {
|
||||
body {
|
||||
|
|
|
|||
Loading…
Reference in a new issue