Make the task view full width for shares if the list has a background
This commit is contained in:
parent
05cef1fc21
commit
e3d843cece
1 changed files with 13 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
||||||
.card {
|
.card {
|
||||||
background: $white;
|
background: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
text-shadow: 0 0 1rem $white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.link-share-list {
|
.link-share-list {
|
||||||
|
@ -43,4 +47,13 @@
|
||||||
|
|
||||||
.sharables-list:not(.card-content) {
|
.sharables-list:not(.card-content) {
|
||||||
overflow-y: auto
|
overflow-y: auto
|
||||||
|
}
|
||||||
|
|
||||||
|
.link-share-container.has-background .container{
|
||||||
|
max-width: 100vw;
|
||||||
|
|
||||||
|
.column {
|
||||||
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue