1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 08:11:27 +02:00

Make composer full-width by default

closes #398
This commit is contained in:
Toby Zerner
2015-09-16 16:04:15 +09:30
parent 60388236cf
commit 63911efbcc

View File

@@ -288,9 +288,10 @@
@media @desktop-up { @media @desktop-up {
.Composer:not(.fullScreen) { .Composer:not(.fullScreen) {
.App--index & {
margin-left: 205px; margin-left: 205px;
margin-right: -20px; margin-right: -20px;
}
.App--discussion & { .App--discussion & {
margin-left: -20px; margin-left: -20px;
margin-right: 180px; margin-right: 180px;