mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -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";
|
||||
|
||||
.compose-row {
|
||||
.compose-row, .compose-disabled {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
.compose-comment {
|
||||
|
|
Loading…
Reference in a new issue