1
0
mirror of https://github.com/flarum/core.git synced 2025-02-25 11:43:19 +01: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 b0da51309e
commit c019ed6fb0

View File

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