From b43e57849f5f07ba972639c8be10586da74e474c Mon Sep 17 00:00:00 2001 From: cel Date: Fri, 10 May 2019 13:31:41 -1000 Subject: Revert "Allow unloaded emoji images to show full alt text" This reverts commit feaae0282a0607a4a201644b26a7b5c6e5798ebb. Make it look better in dillo-3.1 which doesn't adjust the size of the image after it is loaded. --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 3c13439..9ed3a62 100644 --- a/static/styles.css +++ b/static/styles.css @@ -43,7 +43,7 @@ section { img.ssb-emoji { height: 1em; - width: auto; + width: 1em; border: none; } -- cgit v1.2.3