From 5ed48277886b7b9dd06202d061f60bfedc7d307d Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Tue, 8 Oct 2019 16:56:19 -0400 Subject: [PATCH] make inline imgs block --- views/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/style.css b/views/style.css index 47bf41b..94d3992 100644 --- a/views/style.css +++ b/views/style.css @@ -242,6 +242,9 @@ img, video { max-width: 100%; max-height: 600px; } +.noise img { + display: block; +} img.emu { width: 2em; height: 2em;