1
0

fix(project): make sure gantt and kanban views shared with link share are full width

Resolves https://github.com/go-vikunja/vikunja/issues/258
This commit is contained in:
kolaente
2024-05-07 16:53:21 +02:00
parent 053c4d5842
commit fa628edc0c
3 changed files with 64 additions and 57 deletions

View File

@ -14,33 +14,4 @@
border-radius: $radius !important;
}
}
}
.link-share-container {
&.project\.gantt-view,
&.project\.kanban-view {
.container {
max-width: 100vw;
.column {
width: 100%;
margin: 0;
}
}
}
}
.link-share-container:not(.has-background) {
.list-view {
max-width: 100%;
}
.loader-container, .gantt-chart-container > .card {
box-shadow: none !important;
border: none;
.task-add {
padding: 1rem 0 0;
}
}
}