add styles for compact layout
Signed-off-by: Hubert Chathi <hubert@uhoreg.ca>
This commit is contained in:
parent
020d496cb1
commit
0c865e81a2
9 changed files with 141 additions and 1 deletions
src/skins/vector/css/matrix-react-sdk/structures
|
@ -260,4 +260,14 @@ hr.mx_RoomView_myReadMarker {
|
|||
|
||||
.mx_RoomView_ongoingConfCallNotification a {
|
||||
color: $accent-fg-color ! important;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_MatrixChat_useCompactLayout {
|
||||
.mx_RoomView_MessageList {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.mx_RoomView_statusAreaBox {
|
||||
min-height: 42px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue