mirror of https://github.com/vector-im/riot-web
Merge pull request #3002 from matrix-org/bwindels/pill-avatar-fixup
Fixup: also change editor margin when last event and buttons are not overlayingpull/21833/head
commit
ef4fe52d6b
|
@ -86,5 +86,5 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_EventTile_last .mx_MessageEditor_buttons {
|
.mx_EventTile_last .mx_MessageEditor_buttons {
|
||||||
position: static;
|
position: static;
|
||||||
margin-right: -103px;
|
margin-right: -147px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue