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

pull/1929/head
Matthew Hodgson 2016-08-03 22:54:01 +01:00
parent 7774756ed1
commit 34a31a71fd
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ limitations under the License.
}
.mx_RoomTile_unread, .mx_RoomTile_highlight {
font-weight: 600;
font-weight: 800;
}
.mx_RoomTile_selected {