personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'hopper-fqoedorp-grid-card-sizing'

+5 -1
+5 -1
apps/stats/workspace.html
··· 83 83 /* Stats grid */ 84 84 .stats-grid { 85 85 display: grid; 86 - grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 86 + grid-template-columns: repeat(5, 1fr); 87 87 gap: 1.5em; 88 88 margin-bottom: 1.5em; 89 89 } ··· 393 393 394 394 .alert-repair .stats-grid { 395 395 margin-bottom: 0; 396 + grid-template-columns: repeat(2, 1fr); 396 397 } 397 398 398 399 /* Model selector */ ··· 507 508 padding: 1em; 508 509 } 509 510 .stats-grid { 511 + grid-template-columns: 1fr; 512 + } 513 + .alert-repair .stats-grid { 510 514 grid-template-columns: 1fr; 511 515 } 512 516 .heatmap {