From 05aa5da6e0b8305873e0c8410d49f180f8abae38 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Thu, 31 Aug 2017 13:53:21 -0700 Subject: [PATCH] Change vertical alignment of emoji in topics, fixes #1480 --- client/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/css/style.css b/client/css/style.css index b63db985..a86572b4 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1655,6 +1655,10 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ line-height: 1; } +.topic .emoji { + vertical-align: middle; +} + .textcomplete-item .emoji { width: 32px; text-align: center;