1
0
Fork 0

Limit avatar size to 180px

This commit is contained in:
Ryan Fox 2021-01-10 05:29:06 +00:00
parent c2682f147b
commit 5b3f14ab13
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 2 additions and 0 deletions

View File

@ -662,6 +662,8 @@ input.form-control[type=file] {
padding:20px;
display: block;
margin:0 auto 0;
width: 180px;
height: 180px;
}
.account-detail .btn {