Merge pull request #563 from XCanG/patch-1

Fixed profile image
This commit is contained in:
Calvin Montgomery 2016-02-29 17:24:13 -08:00
commit 1eb91e8c3c
1 changed files with 2 additions and 2 deletions

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;
} }