diff --git a/dev-todos.txt b/dev-todos.txt index fac3506..64ade43 100644 --- a/dev-todos.txt +++ b/dev-todos.txt @@ -1,5 +1,4 @@ * Use accessible click targets for item lists! Honestly, can they be checkboxes? -* Pagination for search queries, right now we LIMIT 30 * Update skeletons for ItemList and ItemsPanel -* Merge zones with the same name +* Use react-virtualized instead of our own scroller, but we need total count known, and we need another solution for the CSS transitions in the outfit case * Undo the local linking we did for @chakra-ui/core, react, and react-dom on Matchu's machine 😅 diff --git a/src/WardrobePage.js b/src/WardrobePage.js index 17405d7..2324d0a 100644 --- a/src/WardrobePage.js +++ b/src/WardrobePage.js @@ -132,6 +132,9 @@ function SearchToolbar({ query, onChange }) { variantColor="green" aria-label="Clear search" onClick={() => onChange("")} + // Big style hacks here! + height="calc(100% - 2px)" + marginRight="2px" /> )}