Merge pull request #1406 from Wevah/wordpress-smiley-mac

Add WordPress specific emoji style
This commit is contained in:
Brent Simmons 2019-12-05 22:33:54 -08:00 committed by GitHub
commit a70f16eb37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,3 +181,9 @@ img[src*="feedblitz"],
img[src*="share-buttons"] {
display: none !important;
}
/* Site specific styles */
.wp-smiley {
height: 1em;
max-height: 1em;
}