Always set the kanban board to full width for share links
This commit is contained in:
parent
fd610d3721
commit
52a0884ca4
2 changed files with 10 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div
|
||||
:class="{'has-background': background}"
|
||||
:class="[background ? 'has-background' : '', $route.name+'-view']"
|
||||
:style="{'background-image': `url(${background})`}"
|
||||
class="link-share-container"
|
||||
>
|
||||
|
|
|
@ -47,7 +47,9 @@
|
|||
overflow-y: auto
|
||||
}
|
||||
|
||||
.link-share-container.has-background .container {
|
||||
.link-share-container {
|
||||
&.has-background,&.list\.kanban-view {
|
||||
.container {
|
||||
max-width: 100vw;
|
||||
|
||||
.column {
|
||||
|
@ -55,6 +57,8 @@
|
|||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.link-share-container:not(.has-background) {
|
||||
.list-view {
|
||||
|
|
Loading…
Reference in a new issue