forked from matrix/element-web
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
|
@ -174,7 +174,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
||||
font-weight: 600;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.mx_RoomTile_selected {
|
||||
|
|
Loading…
Reference in New Issue