feat: add basic input frontend
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%; +}