2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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 {