fix: sync sidebar transition with `<main>` (#3200)

Reviewed-on: vikunja/frontend#3200
Co-authored-by: WofWca <wofwca@protonmail.com>
Co-committed-by: WofWca <wofwca@protonmail.com>
This commit is contained in:
WofWca 2023-03-06 18:56:13 +00:00 committed by konrad
parent d4c9edb55d
commit 0f97ba6ec9
1 changed files with 2 additions and 0 deletions

View File

@ -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;