Tweak post composer alignment with page content

This commit is contained in:
Toby Zerner 2016-04-08 13:52:17 +09:30
parent 0eee50f6d3
commit a580e5f9d4

View File

@ -293,7 +293,7 @@
}
}
.ComposerBody-content {
margin-left: 90px;
margin-left: 85px;
.minimized &, .fullScreen & {
margin-left: 0;
@ -312,7 +312,7 @@
@media @desktop-up {
.Composer:not(.fullScreen) {
.App--index & {
margin-left: 205px;
margin-left: 220px;
margin-right: -20px;
}
.App--discussion & {
@ -359,7 +359,7 @@
@media @tablet-up {
.TextEditor-controls {
margin: 0 -20px 0 -110px;
margin: 0 -20px 0 -105px;
padding: 10px 20px;
border-top: 1px solid @control-bg;