all repos — searchix @ 0945da8f9654252008ff6bd56022f9363fd3cca6

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

feat: add basic input frontend

Alan Pearce
commit

0945da8f9654252008ff6bd56022f9363fd3cca6

parent

670f9dbd8d9b54d52b50cb2c7662b674d0aeb357

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
A frontend/static/style.css
@@ -0,0 +1,7 @@
+form { + display: flex; +} + +input[type="search"] { + width: 100%; +}