Make jump to comment work from user's page and make last <p> in the post and comment bodies get the margin above it like the others (#219)
* Make last <p> in post body get padding above it * When going to a comment from a user's page jump to it on page load
This commit is contained in:
@ -1731,7 +1731,7 @@ input[type="submit"] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.md > p:not(:first-child):not(:last-child) {
|
||||
.md > p:not(:first-child) {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user