feat: overhaul Duriin autonomy console
This commit is contained in:
@@ -58,6 +58,20 @@
|
||||
#intel-stats-row .intel-stat-card:first-child { padding-left: 24px; }
|
||||
#intel-stats-row .intel-stat-card:last-child { border-right: none; }
|
||||
|
||||
/* The autonomy-era shell owns the stat strip layout. Keep the legacy
|
||||
intelligence data but present it in the same visual system. */
|
||||
#intel-stats-row {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
}
|
||||
|
||||
#intel-stats-row .intel-stat-card,
|
||||
#intel-stats-row .intel-stat-card:first-child {
|
||||
min-width: 0;
|
||||
padding: 20px 26px;
|
||||
border-right: 1px solid var(--border-light);
|
||||
}
|
||||
|
||||
|
||||
/* ── intel detail body (modal) ── */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user