mirror of
https://github.com/flarum/core.git
synced 2025-06-25 12:14:13 +02:00
Fix post composer width bug on profile (#1541)
This commit is contained in:
committed by
Toby Zerner
parent
da0adf83ae
commit
df0f4e8462
@ -304,10 +304,9 @@
|
|||||||
|
|
||||||
@media @desktop-up {
|
@media @desktop-up {
|
||||||
.Composer:not(.fullScreen) {
|
.Composer:not(.fullScreen) {
|
||||||
.App--index & {
|
margin-left: 220px;
|
||||||
margin-left: 220px;
|
margin-right: -20px;
|
||||||
margin-right: -20px;
|
|
||||||
}
|
|
||||||
.App--discussion & {
|
.App--discussion & {
|
||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
margin-right: 205px;
|
margin-right: 205px;
|
||||||
|
Reference in New Issue
Block a user