From 8cd5273d077824bca21faf63b0906ad2616b1e31 Mon Sep 17 00:00:00 2001 From: RblSb Date: Fri, 3 Apr 2020 18:08:46 +0300 Subject: Change images max size --- res/css/cytube.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/cytube.css b/res/css/cytube.css index 9a79496..883024a 100644 --- a/res/css/cytube.css +++ b/res/css/cytube.css @@ -98,8 +98,8 @@ cursor: pointer; } .channel-emote, .chat-img { - max-width: 200px; - max-height: 200px; + max-width: 150px; + max-height: 150px; } /* -- cgit v1.2.3