From 45fa3598dba762f271b7f7a3e541f4ac857cfc8a Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Mon, 1 Jun 2026 12:41:36 -0700 Subject: [PATCH] Collapse map stats panel by default --- explorer.qmd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/explorer.qmd b/explorer.qmd index 05fbba0..aafe3ec 100644 --- a/explorer.qmd +++ b/explorer.qmd @@ -231,6 +231,8 @@ format: grid-template-columns: 1fr 1fr; gap: 6px; } + .stats-disclosure { border-top: 0; padding-top: 0; margin-top: 0; } + .stats-body { padding: 4px 0 0; } .stat-box { background: #1a1a2e; color: white; @@ -600,12 +602,19 @@ Circle size = log(sample count). Color = dominant data source.
+
+ + +