From 41e537418b64dca3567720e6d179b4415a879a2d Mon Sep 17 00:00:00 2001 From: CJ <72030708+cj12312021@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:18:24 -0600 Subject: [PATCH] Improve list table readability (#4497) * fixes mandatory columns bug and consistency issues --- .../components/Galleries/GalleryListTable.tsx | 4 +-- ui/v2.5/src/components/List/ListTable.tsx | 2 +- ui/v2.5/src/components/List/styles.scss | 30 +++++++++++++++---- .../src/components/Scenes/SceneListTable.tsx | 20 ++++++------- ui/v2.5/src/components/Scenes/styles.scss | 15 ---------- ui/v2.5/src/components/Shared/Select.tsx | 4 +-- 6 files changed, 39 insertions(+), 36 deletions(-) diff --git a/ui/v2.5/src/components/Galleries/GalleryListTable.tsx b/ui/v2.5/src/components/Galleries/GalleryListTable.tsx index b86552582f8..f378cb25729 100644 --- a/ui/v2.5/src/components/Galleries/GalleryListTable.tsx +++ b/ui/v2.5/src/components/Galleries/GalleryListTable.tsx @@ -85,7 +85,7 @@ export const GalleryListTable: React.FC = ( }; const TagCell = (gallery: GQL.SlimGalleryDataFragment) => ( -