From be0de104ff1ba04af60506018dae0d5a6f377ce5 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 30 Jan 2019 16:24:02 +0100 Subject: [PATCH] make group header as tall as top left menu/room header --- res/css/structures/_GroupView.scss | 4 ++-- src/components/structures/GroupView.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/res/css/structures/_GroupView.scss b/res/css/structures/_GroupView.scss index 398c51ba91..4498fb1817 100644 --- a/res/css/structures/_GroupView.scss +++ b/res/css/structures/_GroupView.scss @@ -25,7 +25,7 @@ limitations under the License. } .mx_GroupView_header { - min-height: 70px; + min-height: 52px; align-items: center; display: flex; padding-bottom: 10px; @@ -34,7 +34,7 @@ limitations under the License. .mx_GroupView_header_view { border-bottom: 1px solid $primary-hairline-color; padding-bottom: 0px; - padding-left: 8px; + padding-left: 19px; padding-right: 8px; } diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 8e0e5a3d32..bbbded6f2a 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -1178,7 +1178,7 @@ export default React.createClass({ avatarImage = ; } @@ -1228,7 +1228,7 @@ export default React.createClass({ groupAvatarUrl={groupAvatarUrl} groupName={groupName} onClick={onGroupHeaderItemClick} - width={48} height={48} + width={28} height={28} />; if (summary.profile && summary.profile.name) { nameNode =