Resize small cards to 100px

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
primal
2026-02-01 17:52:53 -05:00
parent f307e6c845
commit c50ee3b03e
+1 -1
View File
@@ -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: 100px; gap: 10px; margin-bottom: 0; }
.card {
background: #151515;
border: 1px solid #252525;