fix(style): make login and signup buttons visible on desktop if not logged in

This commit is contained in:
ArneBo 2024-12-23 14:21:39 +01:00 committed by upsiflu
parent 55789f5c01
commit ce03a0ccee
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
</div>
<!-- Sign up, Log in -->
<div style="display:contents;" class="hide-on-desktop" v-if="!store.state.auth.authenticated">
<Layout flex no-gap>
<div style="display:contents;" v-if="!store.state.auth.authenticated">
<Layout flex grow no-gap>
<Link :to="{ name: 'login' }"
primary solid
icon="bi-box-arrow-in-right"