Fix avatar sizing issue.

The avatars were previously their natural width, however the avatars
should always be 100% width since the height and width of the images
are known to always be equal.
This commit is contained in:
Brock Whittaker 2017-05-03 17:54:02 -07:00 committed by Tim Abbott
parent 736701f900
commit 55b1d480ec
1 changed files with 2 additions and 0 deletions

View File

@ -484,6 +484,8 @@ html {
height: 100px;
background-color: #444;
box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
background-size: 100% auto;
}
.split-view .org-header .info-box {