diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-06 14:14:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-06 14:14:40 +0200 |
commit | 655290b022f0443a121790ef7f0c1d4ddeecb289 (patch) | |
tree | 603e88df90c10ba5cc87d5bea90cb530459b70d0 /view/css | |
parent | 25aded6b9b137a32d9f9ea68baf3e2102fb293e7 (diff) | |
parent | cfbd2fc85c6e428f87c5e8d529c98e3e89202f2a (diff) | |
download | volse-hubzilla-655290b022f0443a121790ef7f0c1d4ddeecb289.tar.gz volse-hubzilla-655290b022f0443a121790ef7f0c1d4ddeecb289.tar.bz2 volse-hubzilla-655290b022f0443a121790ef7f0c1d4ddeecb289.zip |
Merge branch 'sabre32' of https://github.com/redmatrix/hubzilla into sabre32
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 |