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> </nav>
</template> </template>
<PoweredByLink /> <PoweredByLink class="mt-auto" />
</aside> </aside>
</template> </template>
@ -146,6 +146,8 @@ const savedFilterProjects = computed(() => projectStore.savedFilterProjects)
} }
.menu-container { .menu-container {
display: flex;
flex-direction: column;
background: var(--site-background); background: var(--site-background);
color: $vikunja-nav-color; color: $vikunja-nav-color;
padding: 1rem 0; padding: 1rem 0;