From 858e1fa3419269c1e66efe9de2c363f2f5c80810 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Tue, 24 Oct 2017 17:00:57 +0100 Subject: [PATCH] Fix #5361 Make it possible to click on the camera icon under group icon --- .../vector/css/matrix-react-sdk/structures/_GroupView.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss index 02d04f8efa..1a92fc1008 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss @@ -33,10 +33,12 @@ limitations under the License. min-height: 70px; align-items: center; display: flex; + padding-bottom: 10px; } .mx_GroupView_header_view { border-bottom: 1px solid $primary-hairline-color; + padding-bottom: 0px; } .mx_GroupView_header_avatar, .mx_GroupView_header_info {