From e2e864e93b7246f1b834f5f25ec0f964d7c4ae8a Mon Sep 17 00:00:00 2001 From: XCanG Date: Sun, 28 Feb 2016 18:38:41 +0500 Subject: [PATCH] Fixed profile image See why: http://hnng.moe/f/8Q4 Now profile-image never be stretched. --- www/css/cytube.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/css/cytube.css b/www/css/cytube.css index 7d72e682..3506cc63 100644 --- a/www/css/cytube.css +++ b/www/css/cytube.css @@ -358,8 +358,8 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { } .profile-image { - width: 80px; - height: 80px; + max-width: 80px; + max-height: 80px; border: 1px solid #aaaaaa; border-radius: 5px; }