Fix notes grid columns: dashboard 2-per-row, notes list 3-per-row
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -647,10 +647,10 @@ function clearDashboardResponse() {
|
||||
gap: 0.2rem;
|
||||
}
|
||||
|
||||
/* Notes mini-grid: 3 per row */
|
||||
/* Notes mini-grid: 2 per row */
|
||||
.notes-mini-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 0.6rem;
|
||||
}
|
||||
|
||||
|
||||
@@ -259,7 +259,7 @@ function onOffsetUpdate(offset: number) {
|
||||
/* Grid layout */
|
||||
.cards-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 0.75rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user