From feaae0282a0607a4a201644b26a7b5c6e5798ebb Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 5 Mar 2017 16:26:49 -0500 Subject: Allow unloaded emoji images to show full alt text --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index e4e43c4..a6119d5 100644 --- a/static/styles.css +++ b/static/styles.css @@ -15,8 +15,8 @@ section { } img.ssb-emoji { - width: 1em; height: 1em; + width: auto; } .nav-bar { -- cgit v1.2.3