all repos — searchix @ c0ae685af1764d9588b1fcd8de40d0cbde48d1ea

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

style: add a small gap between search bar and button
Alan Pearce alan@alanpearce.eu
Sat, 04 May 2024 19:57:20 +0200
commit

c0ae685af1764d9588b1fcd8de40d0cbde48d1ea

parent

3c54a3f63ad9b9ccaf5ca064ec3fd730164aad4a

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M frontend/static/style.cssfrontend/static/style.css
@@ -1,5 +1,6 @@ form {
   display: flex;
+  column-gap: 1ex;
 }
 
 input[type="search"] {