Support selecting various sizes of profile pics

This commit is contained in:
Michael Ball 2020-07-15 23:27:22 -07:00
parent 3883188dcd
commit 10d58ef050
5 changed files with 26 additions and 8 deletions

View file

@ -51,6 +51,11 @@ body {
margin: 0 auto;
}
nav #current-user-detail .profile-thumnail {
max-height: 20px;
max-width: 20px;
}
/* centered columns styles */
.row-centered {
text-align:center;