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 {
|
||||
background: $white;
|
||||
}
|
||||
|
||||
.title {
|
||||
text-shadow: 0 0 1rem $white;
|
||||
}
|
||||
}
|
||||
|
||||
.link-share-list {
|
||||
|
@ -44,3 +48,12 @@
|
|||
.sharables-list:not(.card-content) {
|
||||
overflow-y: auto
|
||||
}
|
||||
|
||||
.link-share-container.has-background .container{
|
||||
max-width: 100vw;
|
||||
|
||||
.column {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue