From 50301a037c38d3197f85baf40d6b69122e33ee1b Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 21 Jan 2026 21:25:22 -0500 Subject: cleaner solution for hiding unloaded images --- static/main.css | 5 +++++ templates/results.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index d22965e..9606307 100644 --- a/static/main.css +++ b/static/main.css @@ -28,6 +28,11 @@ body { margin:0; padding:0; } + +img[src=""] { + display: none; +} + .view-home { display: flex; justify-content: center; diff --git a/templates/results.html b/templates/results.html index 8e0957d..ba98efd 100644 --- a/templates/results.html +++ b/templates/results.html @@ -57,7 +57,7 @@
- {{info[0]}} + {{info[0]}}

{{info[2]|safe}}

-- cgit v1.2.3