From 4a1eb0e3c5467c95ed374d63add058f6bb344204 Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Tue, 11 Aug 2020 16:15:17 -0300 Subject: [PATCH] :ok_hand: create space between dropdown icon and sortable th --- client/modules/Mobile/MobileDashboardView.jsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/client/modules/Mobile/MobileDashboardView.jsx b/client/modules/Mobile/MobileDashboardView.jsx index 99983c86..0e3095dd 100644 --- a/client/modules/Mobile/MobileDashboardView.jsx +++ b/client/modules/Mobile/MobileDashboardView.jsx @@ -50,13 +50,12 @@ const ContentWrapper = styled(Content)` color: ${prop('primaryTextColor')} } + thead th svg { margin-left: ${remSize(8)}} + tbody td:nth-child(2) { grid-column-start: 2 } tbody td:last-child { justify-self: end; text-align: end; } - /* .sketch-list__sort-button { padding: 0 } */ - tbody { - height: ${remSize(48)}; - } + tbody { height: ${remSize(48)}; } .sketches-table-container { padding-bottom: ${remSize(160)}; @@ -69,7 +68,7 @@ const ContentWrapper = styled(Content)` tr { align-self: start; display: grid; - grid-template-columns: repeat(4,1fr); + grid-template-columns: repeat(3,5fr) 1fr; grid-template-areas: "name name name name" "none content content content"; border-radius: ${remSize(4)}; padding: ${remSize(8)};