From e3d843cece58512560de0f6a4de2500f973e9cea Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 16 Jul 2020 14:54:46 +0200 Subject: [PATCH] Make the task view full width for shares if the list has a background --- src/styles/theme/link-share.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/styles/theme/link-share.scss b/src/styles/theme/link-share.scss index 8bf64896..93616588 100644 --- a/src/styles/theme/link-share.scss +++ b/src/styles/theme/link-share.scss @@ -17,6 +17,10 @@ .card { background: $white; } + + .title { + text-shadow: 0 0 1rem $white; + } } .link-share-list { @@ -43,4 +47,13 @@ .sharables-list:not(.card-content) { overflow-y: auto +} + +.link-share-container.has-background .container{ + max-width: 100vw; + + .column { + width: 100%; + margin: 0; + } } \ No newline at end of file