Shrink avatar image/video to 32px

This commit is contained in:
Kevin Sawicki
2013-07-23 08:31:32 -07:00
parent 202492cc4b
commit a305e15746

View File

@@ -1,7 +1,7 @@
@import "bootstrap/less/variables.less";
@import "octicon-mixins.less";
@width: 64px;
@avatar-width: 32px;
.collaboration {
@item-line-height: @line-height-base * 1.25;
@@ -25,12 +25,12 @@
.avatar {
border-radius: 3px;
height: @width;
width: @width;
height: @avatar-width;
width: @avatar-width;
margin: 2px;
}
video {
width: @width;
width: @avatar-width;
}
}