From a1435b32681e3bac507c4110e2bab1bcabba8dd8 Mon Sep 17 00:00:00 2001 From: luciash Date: Tue, 3 May 2016 16:21:57 +0200 Subject: [PATCH] fixes the smileys icon height (thanks @emcho) --- css/chat.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/chat.css b/css/chat.css index 7b4a0be89..3232fb646 100644 --- a/css/chat.css +++ b/css/chat.css @@ -152,7 +152,6 @@ right: 5px; background: white; border-radius: 50px; - height: 26px; margin: auto; cursor: pointer; } @@ -250,4 +249,4 @@ a:hover { a:active { color: black; -} \ No newline at end of file +}