From f10543d0aff0e203dd57287dc2b736c686e69102 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 17 May 2024 20:45:29 +0200 Subject: fix(css): pagination styles not applied --- frontend/static/style.css | 2 +- nix/package.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/static/style.css b/frontend/static/style.css index eebba81..c8d8cf6 100644 --- a/frontend/static/style.css +++ b/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; diff --git a/nix/package.nix b/nix/package.nix index eaf4493..552541b 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -17,7 +17,7 @@ let inherit (builtins) concatStringsSep match; - version = "0.1.0"; + version = "0.1.2"; in buildGoApplication { pname = "searchix"; -- cgit 1.4.1