mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 21:27:14 +08:00
Tweak post composer alignment with page content
This commit is contained in:
parent
0eee50f6d3
commit
a580e5f9d4
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user