Make the task view full width for shares if the list has a background
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-07-16 14:54:46 +02:00
parent 05cef1fc21
commit e3d843cece
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 13 additions and 0 deletions

View File

@ -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;
}
}