diff options
-rw-r--r-- | frontend/static/style.css | 2 | ||||
-rw-r--r-- | 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"; |