Use new image.svg placeholder for AvatarSetting in Rooms
This commit is contained in:
parent
5ab98e9899
commit
6f5ac780fa
2 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue