mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Merge pull request #6057 from itta611/patch-1
Fix padding under grayed out comment compose box on studios after becoming muted
This commit is contained in:
commit
6418bd95f0
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
@import "../../../colors";
|
@import "../../../colors";
|
||||||
|
|
||||||
.compose-row {
|
.compose-row, .compose-disabled {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compose-comment {
|
.compose-comment {
|
||||||
|
|
Loading…
Reference in a new issue