fix(style): keep sidebar monochrome
This commit is contained in:
parent
ce03a0ccee
commit
78c64a03a4
|
@ -93,9 +93,10 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
|
||||||
<div style="display:contents;" v-if="!store.state.auth.authenticated">
|
<div style="display:contents;" v-if="!store.state.auth.authenticated">
|
||||||
<Layout flex grow no-gap>
|
<Layout flex grow no-gap>
|
||||||
<Link :to="{ name: 'login' }"
|
<Link :to="{ name: 'login' }"
|
||||||
primary solid
|
solid
|
||||||
icon="bi-box-arrow-in-right"
|
icon="bi-box-arrow-in-right"
|
||||||
style="flex-grow:1"
|
style="flex-grow:1"
|
||||||
|
class="active"
|
||||||
>
|
>
|
||||||
{{ t('components.common.UserMenu.link.login') }}
|
{{ t('components.common.UserMenu.link.login') }}
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Reference in New Issue