Try adding Keegan's suggested changes to the comment CSS fairly blindly
This commit is contained in:
parent
d839062213
commit
d63dc2eb1b
1 changed files with 14 additions and 0 deletions
|
@ -45,7 +45,21 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Comment section TODO move to a proper non-overrides section, possibly into Octavia base theme! */
|
||||||
|
|
||||||
.comment-indicator {
|
.comment-indicator {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -4rem;
|
left: -4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment-section {
|
||||||
|
display: block;
|
||||||
|
|
||||||
|
article {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content p:not(:last-child) {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue