Merged PR 1429: #3594 TK Zurück zur Übersicht Button

#3594 TK Zurück zur Übersicht Button

Related work items: #3594
This commit is contained in:
Andreas Schickinger
2022-10-26 14:29:27 +00:00
committed by Lorenz Hilpert
parent 3a5b80657c
commit 41e8145858

View File

@@ -12,7 +12,11 @@
:host ::ng-deep ui-scroll-container .scroll-container {
@apply flex flex-col;
max-height: calc(100vh - 23rem) !important;
max-height: calc(100vh - 27rem) !important;
}
:host ::ng-deep ui-scroll-container .cta-scroll {
@apply mb-20;
}
.task-list ::ng-deep page-task-list-item.Removed {
@@ -24,7 +28,7 @@
}
.actions {
@apply fixed bottom-28 inline-grid grid-flow-col gap-7;
@apply fixed bottom-24 inline-grid grid-flow-col gap-7;
left: 50%;
transform: translateX(-50%);