arrs: auto-fit cards to span page evenly

This commit is contained in:
Gmer4Lfe
2026-06-03 18:04:46 -04:00
parent 13ed584d73
commit 6c0164713b
+1 -1
View File
@@ -55,7 +55,7 @@
.vv-arr-node-host { font-size:12px;color:#888; }
.vv-arr-node-tag { font-size:9px;color:#2a3a2a;background:#0d180d;border:1px solid #1a3a1a;
border-radius:3px;padding:1px 6px;margin-left:2px; }
.vv-arr-cards { display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px; }
.vv-arr-cards { display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px; }
/* ── Sync + Recovery cards ───────────────────────────────── */
.vv-arr-sr-grid { grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:10px; }