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:
parent
c9900deebe
commit
405cc5cc24
3 changed files with 23 additions and 22 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue