From 71d8ec0a39e00ea0952a2f657631c8600ccc4a1b Mon Sep 17 00:00:00 2001 From: primal Date: Sun, 1 Feb 2026 18:04:01 -0500 Subject: [PATCH] Resize small cards to 115px Co-Authored-By: Claude Opus 4.5 --- static/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/dashboard.css b/static/dashboard.css index 3d97583..7407cbb 100644 --- a/static/dashboard.css +++ b/static/dashboard.css @@ -34,7 +34,7 @@ h2:first-child { margin-top: 0; } } #inputCard { margin: 10px 0; } .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-bottom: 20px; } -.grid-narrow { display: inline-grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 110px; gap: 10px; margin-bottom: 0; } +.grid-narrow { display: inline-grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 115px; gap: 10px; margin-bottom: 0; } .card { background: #151515; border: 1px solid #252525;