Skip to content

Commit

Permalink
Change order of filter toggle and related search on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbissemattsson committed Jun 13, 2024
1 parent 30d2881 commit 5ee2f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxl-web/src/lib/components/find/SearchResult.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@
.toolbar {
@apply grid;
grid-template-areas:
'search-related search-related'
'filter-modal-toggle .'
'search-related search-related'
'hits sort-select';
}
Expand Down

0 comments on commit 5ee2f5b

Please sign in to comment.