about summary refs log tree commit diff stats
path: root/frontend/static
diff options
context:
space:
mode:
authorAlan Pearce2024-05-03 09:04:42 +0200
committerAlan Pearce2024-05-03 09:04:42 +0200
commit0945da8f9654252008ff6bd56022f9363fd3cca6 (patch)
treeea9d13e7ed3f3c22d1f736c2d9e6eb46a0a7631a /frontend/static
parent670f9dbd8d9b54d52b50cb2c7662b674d0aeb357 (diff)
downloadsearchix-0945da8f9654252008ff6bd56022f9363fd3cca6.tar.lz
searchix-0945da8f9654252008ff6bd56022f9363fd3cca6.tar.zst
searchix-0945da8f9654252008ff6bd56022f9363fd3cca6.zip
feat: add basic input frontend
Diffstat (limited to 'frontend/static')
-rw-r--r--frontend/static/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/static/style.css b/frontend/static/style.css
new file mode 100644
index 0000000..96b7c9b
--- /dev/null
+++ b/frontend/static/style.css
@@ -0,0 +1,7 @@
+form {
+  display: flex;
+}
+
+input[type="search"] {
+  width: 100%;
+}