Use new image.svg placeholder for AvatarSetting in Rooms

This commit is contained in:
Michael Telatynski 2019-12-16 16:19:43 +00:00
parent 5ab98e9899
commit 6f5ac780fa
2 changed files with 13 additions and 0 deletions

View file

@ -42,3 +42,11 @@ limitations under the License.
padding-left: 40px;
padding-right: 80px;
}
// show a different AvatarSetting placeholder for RoomProfileSettings which is basically a clone of ProfileSettings
.mx_RoomSettingsDialog .mx_AvatarSetting_avatar .mx_AvatarSetting_avatarPlaceholder::before {
mask: url("$(res)/img/feather-customised/image.svg");
mask-repeat: no-repeat;
mask-size: 36px;
mask-position: center;
}