Fix aspect ratio of avatar before clicking Save

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-10-14 10:57:34 +01:00
parent dce047e25c
commit 00e35dafb3
1 changed files with 1 additions and 0 deletions

View File

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