diff options
author | Alan Pearce | 2024-05-03 09:04:42 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-03 09:04:42 +0200 |
commit | 0945da8f9654252008ff6bd56022f9363fd3cca6 (patch) | |
tree | ea9d13e7ed3f3c22d1f736c2d9e6eb46a0a7631a /frontend/static | |
parent | 670f9dbd8d9b54d52b50cb2c7662b674d0aeb357 (diff) | |
download | searchix-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.css | 7 |
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%; +} |