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 =