Start DM on first message (#8612)

This commit is contained in:
Michael Weimann
2022-08-04 08:19:52 +02:00
committed by GitHub
parent 0e0be08781
commit ed8ccb5d80
16 changed files with 482 additions and 65 deletions

View File

@@ -32,6 +32,13 @@ 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%;
@@ -183,6 +190,10 @@ limitations under the License.
box-sizing: border-box;
}
.mx_RoomView--local .mx_ScrollPanel .mx_RoomView_MessageList {
justify-content: center;
}
.mx_RoomView_MessageList li {
clear: both;
}