From fafbd25f6bd20e3b5f450531cf38e521761ecdf0 Mon Sep 17 00:00:00 2001 From: Nad Chishtie Date: Mon, 13 Jul 2020 20:57:24 +0100 Subject: [PATCH] Tweak padding & weight --- res/css/structures/_RoomView.scss | 2 +- res/css/views/rooms/_RoomTile2.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/structures/_RoomView.scss b/res/css/structures/_RoomView.scss index 6fb7b68e8a..3b60c4e62b 100644 --- a/res/css/structures/_RoomView.scss +++ b/res/css/structures/_RoomView.scss @@ -196,7 +196,7 @@ limitations under the License. .mx_RoomView_MessageList { list-style-type: none; - padding: 16px; + padding: 18px; margin: 0; /* needed as min-height is set to clientHeight in ScrollPanel to prevent shrinking when WhoIsTypingTile is hidden */ diff --git a/res/css/views/rooms/_RoomTile2.scss b/res/css/views/rooms/_RoomTile2.scss index 9b967c09b8..79b28598bd 100644 --- a/res/css/views/rooms/_RoomTile2.scss +++ b/res/css/views/rooms/_RoomTile2.scss @@ -63,7 +63,7 @@ limitations under the License. } .mx_RoomTile2_name.mx_RoomTile2_nameHasUnreadEvents { - font-weight: 700; + font-weight: 600; } .mx_RoomTile2_messagePreview {