diff --git a/frontend/src/components/home/Navigation.vue b/frontend/src/components/home/Navigation.vue index cb4558fb0..23070b90f 100644 --- a/frontend/src/components/home/Navigation.vue +++ b/frontend/src/components/home/Navigation.vue @@ -109,7 +109,7 @@ - + @@ -146,6 +146,8 @@ const savedFilterProjects = computed(() => projectStore.savedFilterProjects) } .menu-container { + display: flex; + flex-direction: column; background: var(--site-background); color: $vikunja-nav-color; padding: 1rem 0;