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 +++++ 1 file changed, 5 insertions(+) (limited to 'static') 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; -- cgit v1.2.3