Merge pull request #6647 from mxmou/reply-indent-align

Fix reply input indentation and alignment
This commit is contained in:
Sarah Otts 2022-06-08 10:29:38 -04:00 committed by GitHub
commit 7bd153f0c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -265,6 +265,11 @@
.replies { .replies {
width: calc(100% - 4rem); width: calc(100% - 4rem);
.comment-reply-row {
margin-left: -3.5rem;
width: calc(100% + 3.5rem);
}
} }
.replies.collapsed > .comment:last-of-type { .replies.collapsed > .comment:last-of-type {
@ -303,7 +308,7 @@
margin-top: 2rem; margin-top: 2rem;
margin-bottom: .5rem; margin-bottom: .5rem;
margin-left: .5rem; margin-left: .5rem;
width: 100%; width: calc(100% - 0.5rem);
} }
.expand-thread { .expand-thread {