Merge pull request #5318 from matrix-org/t3chguy/fix/9232

Fix aspect ratio of avatar before clicking Save
This commit is contained in:
Michael Telatynski 2020-10-15 16:48:07 +01:00 committed by GitHub
commit 9234a58bdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,6 +85,7 @@ limitations under the License.
.mx_AvatarSetting_avatarPlaceholder {
display: block;
height: 90px;
width: inherit;
border-radius: 90px;
cursor: pointer;
}