From 65ce1de445b1af69e73cddf775d5bf17d5f59681 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 16 Jan 2021 16:50:13 +0100 Subject: [PATCH] Fix filter container positioning in link shares --- src/styles/components/list.scss | 15 +++++++++++++++ src/views/list/views/Kanban.vue | 2 +- src/views/list/views/List.vue | 2 +- src/views/list/views/Table.vue | 21 +++++++-------------- 4 files changed, 24 insertions(+), 16 deletions(-) diff --git a/src/styles/components/list.scss b/src/styles/components/list.scss index 4b7e41cf3..cabd2d73a 100644 --- a/src/styles/components/list.scss +++ b/src/styles/components/list.scss @@ -139,6 +139,21 @@ } } +.link-share-container .filter-container { + right: 9rem; + margin-top: -56px; +} + +.link-share-container { + .list-view .filter-container { + margin-top: -44px; + } + + .gantt-chart-container .filter-container { + margin-top: -133px; + } +} + .list-namespace-title { color: $grey; } diff --git a/src/views/list/views/Kanban.vue b/src/views/list/views/Kanban.vue index 2569321cf..ca0bf992a 100644 --- a/src/views/list/views/Kanban.vue +++ b/src/views/list/views/Kanban.vue @@ -1,5 +1,5 @@