fix: refresh public dashboard and BI telemetry
This commit is contained in:
@@ -514,11 +514,6 @@ input:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgb
|
||||
.company-progress-wrap > div:first-child strong { color: var(--ink); }
|
||||
.company-progress-track { height: 7px; margin-top: 7px; overflow: hidden; border-radius: 99px; background: #edf1f6; }
|
||||
.company-progress-track span { width: 100%; height: 100%; display: block; border-radius: inherit; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
|
||||
.company-job-source { margin-top: 16px; padding: 11px 13px; display: flex; align-items: flex-start; gap: 10px; border: 1px solid #dbe3ef; border-radius: 10px; background: #fbfcfe; }
|
||||
.company-job-source.is-missing { background: #fafafa; }
|
||||
.company-job-source-label { flex: 0 0 auto; padding-top: 2px; color: var(--muted); font-size: 10px; font-weight: 750; }
|
||||
.company-job-source strong { display: block; color: var(--ink); font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
|
||||
.company-job-source small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.35; }
|
||||
.company-job-meta { margin: 17px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
|
||||
.company-job-meta > div { min-width: 0; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface-soft); }
|
||||
.company-job-meta dt { color: var(--muted); font-size: 10px; }
|
||||
@@ -536,6 +531,7 @@ input:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgb
|
||||
.company-problem-list { max-width: 280px; display: grid; gap: 4px; white-space: normal; }
|
||||
.company-problem { font-size: 10px; font-weight: 750; line-height: 1.35; }
|
||||
.company-problem small { margin-left: 5px; color: inherit; opacity: .72; font-weight: 600; }
|
||||
.company-problem .company-problem-detail { display: block; margin: 3px 0 0; opacity: .86; font-weight: 500; }
|
||||
.company-problem.is-warning { color: #9a4b0a; }
|
||||
.company-problem.is-error { color: #b42318; }
|
||||
.company-generated-at-cell { font-size: 10px; font-weight: 750; white-space: nowrap; }
|
||||
@@ -546,9 +542,6 @@ input:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgb
|
||||
.company-history-panel { margin-top: 20px; }
|
||||
.company-history-count { color: var(--muted); font-size: 11px; }
|
||||
.company-history-table { min-width: 980px; }
|
||||
.company-history-source { min-width: 150px; display: grid; gap: 2px; }
|
||||
.company-history-source strong { font-size: 10px; line-height: 1.35; overflow-wrap: anywhere; }
|
||||
.company-history-source small { color: var(--muted); font-size: 9px; line-height: 1.35; }
|
||||
.company-detail-button { min-height: 30px; padding: 0 9px; border: 1px solid var(--line-strong); border-radius: 7px; color: var(--blue); background: #fff; font-size: 10px; font-weight: 750; cursor: pointer; }
|
||||
.company-detail-button:hover { border-color: #a9c1f5; background: var(--blue-soft); }
|
||||
.page-footer { width: min(1400px, calc(100% - 48px)); margin: -38px auto 28px; display: flex; justify-content: flex-start; gap: 20px; color: var(--muted); font-size: 10px; }
|
||||
@@ -706,7 +699,6 @@ input:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgb
|
||||
.company-job-panel { padding-left: 18px; padding-right: 18px; }
|
||||
.company-job-header { align-items: flex-start; flex-direction: column; gap: 14px; }
|
||||
.company-job-summary { justify-items: start; }
|
||||
.company-job-source { align-items: flex-start; }
|
||||
.company-job-meta { grid-template-columns: 1fr 1fr; }
|
||||
.company-result-scroll { margin-left: 0; margin-right: 0; overflow: visible; }
|
||||
.company-result-table, .company-result-table tbody { min-width: 0; display: block; }
|
||||
|
||||
Reference in New Issue
Block a user