From e17cc4d61b5edf01b3c390599323489158c912f4 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Mon, 7 Oct 2024 10:58:32 -0400 Subject: [PATCH] Make the filter field in item lists wider --- CHANGELOG.md | 1 + .../web_client/stylesheets/itemList.styl | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5750c51af..b28835e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Update item lists check for large images when toggling recurse ([#1654](../../pull/1654)) - Support named item lists ([#1665](../../pull/1665)) - Add options to group within item lists ([#1666](../../pull/1666)) +- Make the filter field in item lists wider ([#1669](../../pull/1669)) ### Changes diff --git a/girder/girder_large_image/web_client/stylesheets/itemList.styl b/girder/girder_large_image/web_client/stylesheets/itemList.styl index 7280503f8..dd2b591af 100644 --- a/girder/girder_large_image/web_client/stylesheets/itemList.styl +++ b/girder/girder_large_image/web_client/stylesheets/itemList.styl @@ -116,6 +116,16 @@ ul.g-item-list[metadata-columns="0"] .li-item-list-filter padding-left 12px + flex 1 + display flex + align-items baseline + + input + flex 1 + + .li-item-list-filter-clear + cursor pointer + margin-right 20px @media (min-width 768px) .modal-dialog.li-item-list-dialog @@ -135,5 +145,9 @@ ul.g-item-list[metadata-columns="0"] padding-left 5px font-weight normal -.li-item-list-filter-clear - cursor pointer +.g-hierarchy-widget .g-hierarchy-actions-header + display flex + align-items baseline + + button.g-checked-actions-button + float unset