feat: simplify ListGantt styles

This commit is contained in:
Dominik Pschenitschni 2022-10-18 15:55:53 +02:00 committed by kolaente
parent c1da04eda1
commit c7dd20ef57
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -137,8 +137,9 @@ const flatPickerConfig = computed<Options>(() => ({
@media screen and (max-width: $tablet) { @media screen and (max-width: $tablet) {
flex-direction: column; flex-direction: column;
} }
}
.field { .field {
margin-bottom: 0; margin-bottom: 0;
width: 33%; width: 33%;
@ -163,16 +164,9 @@ const flatPickerConfig = computed<Options>(() => ({
font-size: .8rem; font-size: .8rem;
} }
.label { .label {
font-size: .9rem; font-size: .9rem;
} }
}
}
// vue-draggable overwrites
.vdr.active::before {
display: none;
} }
.link-share-view:not(.has-background) .card.gantt-options { .link-share-view:not(.has-background) .card.gantt-options {