diff --git a/src/styles/components/list.scss b/src/styles/components/list.scss index 16589dfbf..19b3992e7 100644 --- a/src/styles/components/list.scss +++ b/src/styles/components/list.scss @@ -144,7 +144,7 @@ $filter-container-top-link-share-list: -47px; } .link-share-container .list-view .filter-container { - margin-top: $filter-container-top-link-share-list; + margin-top: $filter-container-top-link-share-list - 10px; } .link-share-container .filter-container { diff --git a/src/styles/theme/link-share.scss b/src/styles/theme/link-share.scss index 449c9e334..b34e041e9 100644 --- a/src/styles/theme/link-share.scss +++ b/src/styles/theme/link-share.scss @@ -54,4 +54,21 @@ width: 100%; margin: 0; } -} \ No newline at end of file +} + +.link-share-container:not(.has-background) { + .list-view { + max-width: 100%; + } + + .loader-container, .gantt-chart-container { + > .card { + box-shadow: none !important; + border: none; + + .task-add { + padding: 1rem 0 0; + } + } + } +}