fix(css): pagination styles not applied
Alan Pearce alan@alanpearce.eu
Fri, 17 May 2024 20:45:29 +0200
2 files changed, 2 insertions(+), 2 deletions(-)
M frontend/static/style.css → frontend/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.nix → nix/package.nix
@@ -17,7 +17,7 @@ }: let inherit (builtins) concatStringsSep match; - version = "0.1.0"; + version = "0.1.2"; in buildGoApplication { pname = "searchix";