From a3b1c9314912037d8973b4d5f4a2fc25397463a9 Mon Sep 17 00:00:00 2001 From: Nad Chishtie Date: Mon, 13 Jul 2020 20:50:26 +0100 Subject: [PATCH] Tweak padding --- res/css/structures/_RoomView.scss | 2 +- res/css/views/rooms/_RoomHeader.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/structures/_RoomView.scss b/res/css/structures/_RoomView.scss index 3410660cca..6fb7b68e8a 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: 12px; + padding: 16px; 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/_RoomHeader.scss b/res/css/views/rooms/_RoomHeader.scss index e8c6d4f0a7..0ca7503709 100644 --- a/res/css/views/rooms/_RoomHeader.scss +++ b/res/css/views/rooms/_RoomHeader.scss @@ -35,7 +35,7 @@ limitations under the License. display: flex; align-items: center; min-width: 0; - padding: 0 10px 0 12px; + padding: 0 10px 0 16px; } .mx_RoomHeader_spinner {