mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 23:53:43 +08:00
Fix post composer width bug on profile (#1541)
This commit is contained in:
parent
c1e9b6377e
commit
cfc89b303d
|
@ -304,10 +304,9 @@
|
|||
|
||||
@media @desktop-up {
|
||||
.Composer:not(.fullScreen) {
|
||||
.App--index & {
|
||||
margin-left: 220px;
|
||||
margin-right: -20px;
|
||||
}
|
||||
margin-left: 220px;
|
||||
margin-right: -20px;
|
||||
|
||||
.App--discussion & {
|
||||
margin-left: -20px;
|
||||
margin-right: 205px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user