Fixed profile image
See why: http://hnng.moe/f/8Q4 Now profile-image never be stretched.
This commit is contained in:
parent
908377b20c
commit
e2e864e93b
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue