← back to Paul Conrad Archive
Reserve card image height before lazy load so filtered grids don't collapse
fb7c43ec5d0fbe322d40b90f5da93981f1c4198f · 2026-09-24 23:11:07 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01W5NGeZrf7GXNQrfMRCTnRc
Files touched
M src/conrad/web/static/style.css
Diff
commit fb7c43ec5d0fbe322d40b90f5da93981f1c4198f
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 24 23:11:07 2026 -0700
Reserve card image height before lazy load so filtered grids don't collapse
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01W5NGeZrf7GXNQrfMRCTnRc
---
src/conrad/web/static/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/conrad/web/static/style.css b/src/conrad/web/static/style.css
index 73553ca..4e6ac93 100644
--- a/src/conrad/web/static/style.css
+++ b/src/conrad/web/static/style.css
@@ -40,7 +40,7 @@ blockquote { border-left:3px solid var(--accent); margin:0; padding:4px 12px; fo
.tabs { display:flex; gap:6px; } .tab.on { border-color:var(--accent); color:var(--accent); font-weight:bold; }
.filters label.check { flex-direction:row; align-items:center; gap:6px; color:var(--fg); }
.card .thumb { margin:0 0 4px; }
-.card .thumb img { display:block; width:100%; height:auto; max-height:320px; object-fit:contain; background:var(--bg); border:1px solid var(--line); border-radius:4px; }
+.card .thumb img { display:block; width:100%; height:auto; min-height:120px; max-height:320px; object-fit:contain; background:var(--bg); border:1px solid var(--line); border-radius:4px; }
.credit { font-size:.75rem; color:var(--muted); margin-top:3px; overflow-wrap:anywhere; }
.detail .hero { margin:8px 0 12px; }
.detail .hero img { display:block; max-width:100%; height:auto; max-height:80vh; border:1px solid var(--line); border-radius:4px; background:var(--card); }
← 63f07b5 Show institution-published cartoon images by hotlink only (a
·
back to Paul Conrad Archive
·
Rights note: reflect hotlinked institutional images (no copy 56bb0e9 →