Fix navbar profile pics

This commit is contained in:
Michael Ball 2020-07-16 11:15:17 -07:00
parent 359f68e6df
commit 02f0d4a254
2 changed files with 6 additions and 5 deletions

View file

@ -50,4 +50,10 @@
.trapezoid {
border-top-color: $navbar-default-bg;
}
.profile-thumbnail {
border-radius: 3px;
max-height: 20px;
max-width: 20px;
}
}

View file

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