1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Fix composer padding (#9137)

This commit is contained in:
Michael Weimann
2022-08-05 13:13:13 +02:00
committed by GitHub
parent e864dbfacf
commit b61cc4850b

View File

@ -32,13 +32,6 @@ limitations under the License.
position: relative;
}
.mx_MainSplit_timeline,
.mx_RoomView--local {
.mx_MessageComposer_wrapper {
margin: $spacing-8 $spacing-16;
}
}
.mx_RoomView_auxPanel {
min-width: 0px;
width: 100%;