From d808716534d2bf11ebcd9659f782720aedb27a72 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 19 Nov 2019 19:06:23 -0600 Subject: [PATCH] Add wordpress specific emoji style. Issue #1321 --- iOS/Resources/styleSheet.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index f245d8200..1b44588d3 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -219,8 +219,11 @@ img[src*="share-buttons"] { display: none !important; } - - +/* Site specific styles */ +.wp-smiley { + height: 1em; + max-height: 1em; +} /* Newsfoot specific styles. Structural styles come first, theme styles second */ .newsfoot-footnote-container {