1
0

feat: move powered by to bottom

This commit is contained in:
Dominik Pschenitschni 2024-07-03 21:36:29 +02:00 committed by konrad
parent ed0ef385e9
commit f9e0b43707

View File

@ -109,7 +109,7 @@
</nav>
</template>
<PoweredByLink />
<PoweredByLink class="mt-auto" />
</aside>
</template>
@ -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;