151f0489b9e4fa73bdc22226a7a6354a450fecb2 chmalee Wed Feb 4 11:28:20 2026 -0800 Hide species tree by default but put up a link to show it again. Don't put connected assembly hubs into the species tree, instead into their own card section like the recent genomes list, below the recents. refs #34078 diff --git src/hg/htdocs/style/jWest.css src/hg/htdocs/style/jWest.css index a52ccdfb89e..69d46414ab8 100644 --- src/hg/htdocs/style/jWest.css +++ src/hg/htdocs/style/jWest.css @@ -434,37 +434,37 @@ #findPosInputContainer { margin-right: 10px; } .vertSpacerAbovePosition { padding-top: 20px; } .vertSpacerBelowPosition { padding-top: 14px; } /* Recent Genomes Panel (replaces species tree) */ -#recentGenomesPanel { +.recentGenomesPanel { border: solid black 1px; width: 405px; background-color: #fafafa; } -#recentGenomesList { +.recentGenomesList { padding: 10px; min-height: fit-content; max-height: 350px; overflow: auto; } .recentGenomeCard { padding: 10px 12px; margin-bottom: 6px; cursor: pointer; border-radius: 4px; background-color: white; border: 1px solid #e0e0e0; transition: background-color 0.15s, border-color 0.15s; }