fix(style): keep sidebar monochrome

This commit is contained in:
ArneBo 2024-12-23 14:55:22 +01:00 committed by upsiflu
parent ce03a0ccee
commit 78c64a03a4
1 changed files with 2 additions and 1 deletions

View File

@ -93,9 +93,10 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
<div style="display:contents;" v-if="!store.state.auth.authenticated">
<Layout flex grow no-gap>
<Link :to="{ name: 'login' }"
primary solid
solid
icon="bi-box-arrow-in-right"
style="flex-grow:1"
class="active"
>
{{ t('components.common.UserMenu.link.login') }}
</Link>