New room list: fix multiple visual issues (#29673)

* fix(room list item): add bold when there is a notification

* fix(room list item menu): fix color of check icon

* fix(menu): remove chevron

* chore: update @vector-im/compound-web

* test(room list): update tests

* test(e2e): update snapshots
This commit is contained in:
Florian Duros
2025-04-04 09:45:45 +02:00
committed by GitHub
parent 5ce5e9092b
commit d337106eed
18 changed files with 85 additions and 22 deletions

View File

@@ -39,7 +39,7 @@
box-sizing: border-box;
min-width: 0;
span {
.mx_RoomListItemView_roomName {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -71,3 +71,7 @@
padding-right: var(--cpd-space-3x);
}
}
.mx_RoomListItemView_bold .mx_RoomListItemView_roomName {
font: var(--cpd-font-body-md-semibold);
}