Add multi-column grid for dashboard target cards
Target cards use responsive grid based on 500px min-width, automatically adapting column count to screen width. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -40,6 +40,17 @@
|
||||
margin-bottom: 10px;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.dashboard-subsection .dashboard-section-content {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(min(500px, 100%), 1fr));
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.dashboard-subsection .dashboard-section-content .dashboard-target {
|
||||
margin-bottom: 0;
|
||||
min-width: 0;
|
||||
}
|
||||
.dashboard-subsection .dashboard-section-header {
|
||||
font-size: 0.72rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user