🔧 Streamlined search and pagination controls on Library page

This commit is contained in:
2022-11-03 12:47:31 -07:00
parent 74ea2742f0
commit b1fb256189
3 changed files with 42 additions and 43 deletions

View File

@@ -27,7 +27,7 @@ export const SearchBar = (): ReactElement => {
);
}, []);
return (
<div className="sticky box column is-half">
<div className="box">
<Form
onSubmit={handleSubmit}
initialValues={{}}