style: add a small gap between search bar and button
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M frontend/static/style.css → frontend/static/style.css
@@ -1,5 +1,6 @@ form { display: flex; + column-gap: 1ex; } input[type="search"] {