mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-17 03:31:22 +02:00
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 {
|
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
||||||
font-weight: 600;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_selected {
|
.mx_RoomTile_selected {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user