Show full-size avatar on MemberInfo avatar click
fixes vector-im/vector-web#65
This commit is contained in:
parent
bf055688b7
commit
cf17ea6254
2 changed files with 46 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue