all repos — searchix @ 1b8b6b506b0855afc282bc1cc7b631f02e97b8e3

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: hide description table on smaller screens

Alan Pearce
commit

1b8b6b506b0855afc282bc1cc7b631f02e97b8e3

parent

852f563e22a1c3a257fdc58af2d427872e8beefe

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/components/packages.gointernal/components/packages.go
@@ -45,7 +45,7 @@ Td(Class("description"),
g.Text(p.Description), ), g.If(config.DevMode, - Td( + Td(Class("score"), Score(hit), ), ),