Contain instead of cover for pasted images

Closes #1061
This commit is contained in:
Igor Zhukov 2016-02-11 14:11:54 +00:00
parent 0e9b2163b3
commit 99759ea0f7

View File

@ -3370,7 +3370,7 @@ li.inline_result_photo.composer_autocomplete_option_active a {
max-width: 274px; max-width: 274px;
height: 274px; height: 274px;
background-position: 50% 50%; background-position: 50% 50%;
background-size: cover; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
margin: 10px auto -10px; margin: 10px auto -10px;
} }