From dd6718c2cdf2cadaf7478b848eb892dcda1dc7e9 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 4 Jun 2016 18:10:42 -0700 Subject: provide a hover class for smiley emojis which renders them slightly larger on compatible devices when you single them out for inspection --- view/css/conversation.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view') diff --git a/view/css/conversation.css b/view/css/conversation.css index 328f9df02..b6e316121 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -312,3 +312,8 @@ code.inline-code { .overline { text-decoration: overline; } + +img.smiley.emoji:hover { + width: 32px; + height: 32px; +} \ No newline at end of file -- cgit v1.2.3