increase weight of unread rooms as it's the only way to tell if you have unread messages, and the weight difference is currently too subtle
This commit is contained in:
parent
7774756ed1
commit
34a31a71fd
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
||||||
font-weight: 600;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_selected {
|
.mx_RoomTile_selected {
|
||||||
|
|
Loading…
Add table
Reference in a new issue