Remove logout button for link shares
This commit is contained in:
parent
7fa94a9bd5
commit
f0e093b3d6
2 changed files with 0 additions and 13 deletions
|
@ -13,14 +13,6 @@
|
||||||
{{ currentList.title === '' ? $t('misc.loading') : currentList.title }}
|
{{ currentList.title === '' ? $t('misc.loading') : currentList.title }}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="box has-text-left view">
|
<div class="box has-text-left view">
|
||||||
<div class="logout">
|
|
||||||
<x-button @click="logout()" type="secondary">
|
|
||||||
<span>{{ $t('user.auth.logout') }}</span>
|
|
||||||
<span class="icon is-small">
|
|
||||||
<icon icon="sign-out-alt"/>
|
|
||||||
</span>
|
|
||||||
</x-button>
|
|
||||||
</div>
|
|
||||||
<router-view/>
|
<router-view/>
|
||||||
<a class="menu-bottom-link" href="https://vikunja.io" target="_blank">
|
<a class="menu-bottom-link" href="https://vikunja.io" target="_blank">
|
||||||
{{ $t('misc.poweredBy') }}
|
{{ $t('misc.poweredBy') }}
|
||||||
|
|
|
@ -5,11 +5,6 @@
|
||||||
margin: 2rem 0 1.5rem;
|
margin: 2rem 0 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logout {
|
|
||||||
text-align: right;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue