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

Move EventTile style rules of compact modern layout, enabling it on the right panel as well (#8766)

This commit is contained in:
Suguru Hirahara
2022-06-18 13:43:23 +00:00
committed by GitHub
parent ef48443dc9
commit c4460d8add
4 changed files with 88 additions and 99 deletions

View File

@ -278,6 +278,10 @@ hr.mx_RoomView_myReadMarker {
.mx_MatrixChat_useCompactLayout {
.mx_RoomView_MessageList {
margin-bottom: 4px;
h2 {
margin-top: 6px; // TODO: Use a spacing variable
}
}
.mx_RoomView_statusAreaBox {