show avatars for members & rooms in group like we do in room right panel

also apply padding with hacky :not selector to exclude full-width avatar
This commit is contained in:
Bruno Windels 2019-01-30 16:59:28 +01:00
parent c9900deebe
commit 405cc5cc24
3 changed files with 23 additions and 22 deletions

View file

@ -349,3 +349,8 @@ limitations under the License.
.mx_GroupView_changeDelayWarning {
padding: 40px 20px;
}
.mx_GroupView .mx_MemberInfo .gm-scroll-view > :not(.mx_MemberInfo_avatar) {
padding-left: 16px;
padding-right: 16px;
}