From 0f97ba6ec904226ed91cd3ade8223e2959e9207a Mon Sep 17 00:00:00 2001 From: WofWca Date: Mon, 6 Mar 2023 18:56:13 +0000 Subject: [PATCH] fix: sync sidebar transition with `
` (#3200) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3200 Co-authored-by: WofWca Co-committed-by: WofWca --- src/components/home/contentAuth.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/home/contentAuth.vue b/src/components/home/contentAuth.vue index 02e05be2f..8f62e2082 100644 --- a/src/components/home/contentAuth.vue +++ b/src/components/home/contentAuth.vue @@ -156,6 +156,8 @@ labelStore.loadAllLabels() z-index: 10; position: relative; padding: 1.5rem 0.5rem 1rem; + // TODO refactor: DRY `transition-timing-function` with `./navigation.vue`. + transition: margin-left $transition-duration; @media screen and (max-width: $tablet) { margin-left: 0;