diff options
| author | frosty <frosty@illegalfirearms.store> | 2026-01-21 21:25:22 -0500 |
|---|---|---|
| committer | frosty <frosty@illegalfirearms.store> | 2026-01-21 21:25:22 -0500 |
| commit | 50301a037c38d3197f85baf40d6b69122e33ee1b (patch) | |
| tree | 7d0fb57e0a94b59fbbe92b5797323888e57042f8 /static | |
| parent | e833b650aca064dc5a202acd882a308127cc3910 (diff) | |
cleaner solution for hiding unloaded images
Diffstat (limited to 'static')
| -rw-r--r-- | static/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
