This commit is contained in:
@@ -50,6 +50,8 @@
|
||||
.mobile-tabbar a { display: grid; min-height: 66px; place-items: center; align-content: center; gap: 4px; color: var(--text-faint); font: 10px var(--font-mono); }
|
||||
.mobile-tabbar a.is-active { color: var(--cyan); }
|
||||
.mobile-tabbar .icon { width: 19px; height: 19px; }
|
||||
.pipeline-board { width: 100%; grid-auto-columns: auto; grid-auto-flow: row; grid-template-columns: 1fr; overflow-x: visible; }
|
||||
.pipeline-column { min-height: 0; }
|
||||
.page-header, .cockpit-heading, .section-heading { align-items: flex-start; flex-direction: column; }
|
||||
.page-header { margin-bottom: 20px; }
|
||||
.form-grid, .source-details-grid, .import-layout, .mailbox-form-grid, .system-hero { grid-template-columns: 1fr; }
|
||||
@@ -88,6 +90,7 @@
|
||||
.topbar-actions { gap: 3px; }
|
||||
.stats-grid, .health-grid, .filter-console, .command-panel, .system-counts { grid-template-columns: 1fr; }
|
||||
.filter-console .grow { grid-column: auto; }
|
||||
[data-demo-read-only="true"] button[data-demo-disabled="true"] { display: none; }
|
||||
.stat-card { min-height: 105px; }
|
||||
.job-card-main, .result-body, .panel, .tonal-panel, .health-card, .form-panel, .form-section, .detail-section { padding: 16px; }
|
||||
.job-card-head, .result-heading { align-items: flex-start; flex-direction: column; }
|
||||
|
||||
Reference in New Issue
Block a user