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:
Sarah Otts 2021-10-12 09:04:01 -04:00 committed by GitHub
commit 6418bd95f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
@import "../../../colors";
.compose-row {
.compose-row, .compose-disabled {
margin-top: 30px;
margin-bottom: 40px;
margin-bottom: 32px;
}
.compose-comment {