all repos — searchix @ f10543d0aff0e203dd57287dc2b736c686e69102

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

fix(css): pagination styles not applied

Alan Pearce
commit

f10543d0aff0e203dd57287dc2b736c686e69102

parent

8a1c2e805b70ea4c4730fe7d785b942f46a54dea

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M frontend/static/style.cssfrontend/static/style.css
@@ -96,7 +96,7 @@ pre:has(> code) {
background: var(--bg); } -section > nav { +#pagination { display: flex; justify-content: space-between; align-items: baseline;
M nix/package.nixnix/package.nix
@@ -17,7 +17,7 @@ }:
let inherit (builtins) concatStringsSep match; - version = "0.1.0"; + version = "0.1.2"; in buildGoApplication { pname = "searchix";