mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
adjust login screen layout
This commit is contained in:
parent
4f0bd78173
commit
9a5e240690
1 changed files with 26 additions and 24 deletions
|
|
@ -4,9 +4,12 @@
|
|||
:disabled="isLoading"
|
||||
@submit.prevent="submitForm()"
|
||||
>
|
||||
<v-container max-width="450px">
|
||||
<v-container max-width="400px">
|
||||
<v-row justify="center">
|
||||
<v-col cols="10">
|
||||
<v-col
|
||||
cols="7"
|
||||
sm="10"
|
||||
>
|
||||
<v-img src="@/assets/logo.svg" />
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
|
@ -47,11 +50,8 @@
|
|||
</v-col>
|
||||
</v-row>
|
||||
|
||||
<v-row
|
||||
align="center"
|
||||
justify="space-between"
|
||||
>
|
||||
<v-col cols="auto">
|
||||
<v-row>
|
||||
<v-col class="py-0">
|
||||
<v-checkbox
|
||||
v-model="rememberMe"
|
||||
:label="
|
||||
|
|
@ -64,22 +64,6 @@
|
|||
hide-details
|
||||
/>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="auto">
|
||||
<a
|
||||
href="https://komga.org/docs/faq#i-forgot-my-password"
|
||||
target="_blank"
|
||||
class="link-underline"
|
||||
>
|
||||
{{
|
||||
$formatMessage({
|
||||
description: 'Login screen: Forgot your password link',
|
||||
defaultMessage: 'Forgot your password?',
|
||||
id: 'r6JNfI',
|
||||
})
|
||||
}}
|
||||
</a>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
||||
<v-row>
|
||||
|
|
@ -99,7 +83,25 @@
|
|||
</v-col>
|
||||
</v-row>
|
||||
|
||||
<v-divider class="my-8" />
|
||||
<v-row justify="center">
|
||||
<v-col cols="auto">
|
||||
<a
|
||||
href="https://komga.org/docs/faq#i-forgot-my-password"
|
||||
target="_blank"
|
||||
class="link-underline text-body-2"
|
||||
>
|
||||
{{
|
||||
$formatMessage({
|
||||
description: 'Login screen: Forgot your password link',
|
||||
defaultMessage: 'Forgot your password?',
|
||||
id: 'r6JNfI',
|
||||
})
|
||||
}}
|
||||
</a>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
||||
<v-divider class="my-4" />
|
||||
|
||||
<v-row justify="center">
|
||||
<v-col cols="auto">
|
||||
|
|
|
|||
Loading…
Reference in a new issue