From ab728ead722006a8c7ccc9182846a112360a7dcb Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 10 Dec 2018 16:51:19 +0100 Subject: [PATCH] give group header some padding --- res/css/structures/_GroupView.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/structures/_GroupView.scss b/res/css/structures/_GroupView.scss index 542d9d293b..398c51ba91 100644 --- a/res/css/structures/_GroupView.scss +++ b/res/css/structures/_GroupView.scss @@ -34,6 +34,8 @@ limitations under the License. .mx_GroupView_header_view { border-bottom: 1px solid $primary-hairline-color; padding-bottom: 0px; + padding-left: 8px; + padding-right: 8px; } .mx_GroupView_header_avatar, .mx_GroupView_header_info {