From de47bd768bf1201ac12e2d050784f2dc85d1e82b Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 12 Oct 2019 10:53:56 -0400 Subject: [PATCH] fix block style for emus --- views/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/style.css b/views/style.css index 612c716..3a40f01 100644 --- a/views/style.css +++ b/views/style.css @@ -249,7 +249,7 @@ img, video { max-width: 100%; max-height: 600px; } -.noise img { +.noise img:not(.emu) { display: block; } img.emu {