From dc86d6d4a2006c386279f27edb202de0c0374ec8 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Tue, 18 Oct 2022 15:55:53 +0200 Subject: [PATCH] feat: simplify ListGantt styles --- src/views/list/ListGantt.vue | 62 ++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 34 deletions(-) diff --git a/src/views/list/ListGantt.vue b/src/views/list/ListGantt.vue index 7f1cdeb4d..738165b20 100644 --- a/src/views/list/ListGantt.vue +++ b/src/views/list/ListGantt.vue @@ -137,42 +137,36 @@ const flatPickerConfig = computed(() => ({ @media screen and (max-width: $tablet) { flex-direction: column; } - - .field { - margin-bottom: 0; - width: 33%; - - &:not(:last-child) { - padding-right: .5rem; - } - - @media screen and (max-width: $tablet) { - width: 100%; - max-width: 100%; - margin-top: .5rem; - padding-right: 0 !important; - } - - &, .input { - font-size: .8rem; - } - - .select, .select select { - height: auto; - width: 100%; - font-size: .8rem; - } - - - .label { - font-size: .9rem; - } - } } -// vue-draggable overwrites -.vdr.active::before { - display: none; +.field { + margin-bottom: 0; + width: 33%; + + &:not(:last-child) { + padding-right: .5rem; + } + + @media screen and (max-width: $tablet) { + width: 100%; + max-width: 100%; + margin-top: .5rem; + padding-right: 0 !important; + } + + &, .input { + font-size: .8rem; + } + + .select, .select select { + height: auto; + width: 100%; + font-size: .8rem; + } + + .label { + font-size: .9rem; + } } .link-share-view:not(.has-background) .card.gantt-options {