diff options
author | redmatrix <git@macgirvin.com> | 2016-06-04 18:10:42 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-04 18:10:42 -0700 |
commit | dd6718c2cdf2cadaf7478b848eb892dcda1dc7e9 (patch) | |
tree | 37ebd008e439d2523c5bf5d9b2273c787d41bb53 /view/css | |
parent | c1a24d44a35feca7539df6aa6909b00062072d28 (diff) | |
download | volse-hubzilla-dd6718c2cdf2cadaf7478b848eb892dcda1dc7e9.tar.gz volse-hubzilla-dd6718c2cdf2cadaf7478b848eb892dcda1dc7e9.tar.bz2 volse-hubzilla-dd6718c2cdf2cadaf7478b848eb892dcda1dc7e9.zip |
provide a hover class for smiley emojis which renders them slightly larger on compatible devices when you single them out for inspection
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 |