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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {