From 5bcb939bce3a6e1d6b2eb15ab6ff50ca0de61d32 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 21 Oct 2022 22:09:36 +0200 Subject: [PATCH] Make pipeline steps collapsible (#1304) Closes #948 --- .../repo/pipeline/PipelineProcList.vue | 111 +++++++++--------- web/windi.config.ts | 3 + 2 files changed, 60 insertions(+), 54 deletions(-) diff --git a/web/src/components/repo/pipeline/PipelineProcList.vue b/web/src/components/repo/pipeline/PipelineProcList.vue index e77fad916..100c124cd 100644 --- a/web/src/components/repo/pipeline/PipelineProcList.vue +++ b/web/src/components/repo/pipeline/PipelineProcList.vue @@ -1,7 +1,7 @@ - diff --git a/web/windi.config.ts b/web/windi.config.ts index 73ed0ab8a..3d20908b4 100644 --- a/web/windi.config.ts +++ b/web/windi.config.ts @@ -17,6 +17,9 @@ export default defineConfig({ 900: '#2e323e', }, }, + transitionProperty: { + height: 'max-height', + }, stroke: (theme) => theme('colors'), fill: (theme) => theme('colors'), },