commit 3f7e247f5e371934a15857d90f183e254bec9d2d from: Matt Streatfield date: Sun Apr 13 04:39:24 2025 UTC Fix header not showing when it should commit - c5d28ad2701eddf2b1c05d0cc3d59240aae93dce commit + 3f7e247f5e371934a15857d90f183e254bec9d2d blob - 3524c12d5147538040afbfd08647f96705148531 blob + d68dc54d6642e3d88afa288017eb85d2a38994cd --- web/style.css +++ web/style.css @@ -188,7 +188,7 @@ hgroup.search-animation { } } -main:has(.results)>hgroup.search-animation { +main:has(.result)>hgroup.search-animation { height: 0; }