chore; fixing up the search stuff

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-08-02 14:23:43 +02:00
parent c31fd98a4f
commit 63844ee6e0
@@ -41,9 +41,6 @@ const useStyles = makeStyles((theme: Theme) => ({
filters: {
padding: theme.spacing(2),
},
filter: {
marginTop: theme.spacing(2.5),
},
}));
// TODO: Move this into the search plugin once pagination is natively supported.