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
commit

c0ae685af1764d9588b1fcd8de40d0cbde48d1ea

parent

3c54a3f63ad9b9ccaf5ca064ec3fd730164aad4a

1 file changed, 1 insertion(+), 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"] {