From 5d8131e211f88ab4cfc84a87d5c626509ffe23c8 Mon Sep 17 00:00:00 2001 From: martylukyy <35452459+martylukyy@users.noreply.github.com> Date: Wed, 18 Jan 2023 22:10:48 +0100 Subject: [PATCH] fix(web): filters list desktop and mobile friendly (#659) changed the resolution response from sm (640px) to 768px (md) for the indexer column compacted the filter lines while maintaining the padding to the border when a filter name spans over multiple lines span the filter name over the full width until the next div fixed a duplicate display property adjusted the width of the indexer and sort listbox for show the full values. (widths for both are uniform) adjusted padding of indexer listbox entries --- web/src/screens/filters/list.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/web/src/screens/filters/list.tsx b/web/src/screens/filters/list.tsx index 053a4fd..1856968 100644 --- a/web/src/screens/filters/list.tsx +++ b/web/src/screens/filters/list.tsx @@ -149,7 +149,7 @@ function FilterList({ toggleCreateFilter }: any) {