diff --git a/apps/dashboard/dashboard.html b/apps/dashboard/dashboard.html index a10390e..71f3ee0 100644 --- a/apps/dashboard/dashboard.html +++ b/apps/dashboard/dashboard.html @@ -765,7 +765,35 @@ grid-template-columns: 1fr; } } - + + .net-health-grid { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 16px; + } + .net-health-grid .card { + min-width: 0; + } + .adguard-stats, + .scrutiny-stats { + display: flex; + flex-direction: column; + gap: 10px; + margin-top: 10px; + } + .adguard-row { + display: flex; + justify-content: space-between; + align-items: center; + font-size: 0.82rem; + color: var(--text-dim); + } + @media (max-width: 700px) { + .net-health-grid { + grid-template-columns: 1fr; + } + } +
@@ -1066,13 +1094,72 @@ +DNS filtering · Disk integrity
+Supplemental launch surface only