Fixed profile image

See why: http://hnng.moe/f/8Q4
Now profile-image never be stretched.
This commit is contained in:
XCanG 2016-02-28 18:38:41 +05:00
parent 908377b20c
commit e2e864e93b

View file

@ -358,8 +358,8 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
} }
.profile-image { .profile-image {
width: 80px; max-width: 80px;
height: 80px; max-height: 80px;
border: 1px solid #aaaaaa; border: 1px solid #aaaaaa;
border-radius: 5px; border-radius: 5px;
} }