FIX: incorrect profile background styles

This commit is contained in:
Jeff Atwood 2015-10-21 22:53:40 -07:00
parent 9793ea2c8a
commit ed0ac4eed3

View File

@ -1,6 +1,6 @@
.uploaded-image-preview {
background: $primary center;
background-size: cover;
background: $primary center center;
}
.image-uploader.no-repeat {