84a62d63711c77e5bacd96e8a3e6566dfe14e78a lrnassar Wed Feb 11 15:20:44 2026 -0800 Removing some of the white space padding around the new recent genomes menu, refs #36535 diff --git src/hg/htdocs/style/jWest.css src/hg/htdocs/style/jWest.css index 4b2d6a72406..564cd298293 100644 --- src/hg/htdocs/style/jWest.css +++ src/hg/htdocs/style/jWest.css @@ -448,31 +448,31 @@ .recentGenomesPanel { border: solid black 1px; width: 405px; background-color: #fafafa; } .recentGenomesList { padding: 10px; min-height: fit-content; max-height: 350px; overflow: auto; } .recentGenomeCard { - padding: 10px 12px; + padding: 5px 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; } .recentGenomeCard:hover { background-color: #f0f5fa; border-color: #4c759c; } .recentGenomeCard.selected { background-color: #e8f0f8;