diff --git a/CHANGELOG.md b/CHANGELOG.md index f0dfc492..7fa3de15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file. - Added command to migrate config.json files. - Fix data fetching bug - Refactored screen layout commands. +- Moved list components (search and checkboxes) around ### NB! Prior to 3.x the project was split into separate repositories diff --git a/assets/admin/app.scss b/assets/admin/app.scss index 99e2130b..540ea0a0 100644 --- a/assets/admin/app.scss +++ b/assets/admin/app.scss @@ -19,8 +19,6 @@ body { height: 100vh; height: -webkit-fill-available; max-height: 100vh; - // overflow-x: auto; - // overflow-y: hidden; // TODO: Why was this added? } // To make multicomponent look like bootstrap for now @@ -143,3 +141,10 @@ body { right: 0; margin: 2em; } + +.delete-search-button { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-color: var(--bs-border-color); + background-color: var(--bs-tertiary-bg); +} diff --git a/assets/admin/components/util/list/list.jsx b/assets/admin/components/util/list/list.jsx index 9a0f127c..68c46331 100644 --- a/assets/admin/components/util/list/list.jsx +++ b/assets/admin/components/util/list/list.jsx @@ -244,15 +244,15 @@ function List({ return ( <> - - - {displaySearch && ( - - )} - - <> - {enableScreenStatus && ( - +
+ + + {displaySearch && ( + + )} + + + {enableScreenStatus && (