Resize small cards to 110px
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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: 100px; gap: 10px; margin-bottom: 0; }
|
||||
.grid-narrow { display: inline-grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 110px; gap: 10px; margin-bottom: 0; }
|
||||
.card {
|
||||
background: #151515;
|
||||
border: 1px solid #252525;
|
||||
|
||||
Reference in New Issue
Block a user