1
0

feat: move transition in own component

This commit is contained in:
Dominik Pschenitschni
2022-11-12 17:06:53 +01:00
parent fba402fcd0
commit 631a19fa92
3 changed files with 67 additions and 54 deletions

View File

@ -1,17 +1,4 @@
// FIXME: should be in TaskDetailView.vue
.link-share-container:not(.has-background) .task-view {
background: transparent;
}
// FIXME: should be a prop of TaskDetailView.vue
.modal-container .task-view {
border-radius: $radius;
padding: 1rem;
color: var(--text);
background-color: var(--site-background) !important;
@media screen and (max-width: 800px) {
border-radius: 0;
padding-top: 2rem;
}
}