mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-25 00:28:02 -05:00
Merge pull request #6647 from mxmou/reply-indent-align
Fix reply input indentation and alignment
This commit is contained in:
commit
7bd153f0c8
1 changed files with 6 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue