Show full-size avatar on MemberInfo avatar click

fixes vector-im/vector-web#65
This commit is contained in:
Aviral Dasgupta 2016-04-03 00:53:17 +05:30
parent bf055688b7
commit cf17ea6254
2 changed files with 46 additions and 9 deletions

View file

@ -32,6 +32,14 @@ limitations under the License.
clear: both;
}
.mx_MemberInfo_avatar .mx_BaseAvatar {
cursor: not-allowed;
}
.mx_MemberInfo_avatar .mx_BaseAvatar.mx_BaseAvatar_image {
cursor: pointer;
}
.mx_MemberInfo_profile {
margin-bottom: 16px;
}