Auth: Increase background blur on login screen

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-07-11 03:48:40 +02:00
parent ea8b78f293
commit 267678e0c1

View file

@ -3,7 +3,7 @@
<v-layout align-center justify-center>
<v-flex xs12 sm8 md4 xl3 xxl2>
<v-form ref="form" dense class="auth-login-form" accept-charset="UTF-8" @submit.prevent="login">
<v-card class="elevation-12 auth-login-box blur-7">
<v-card class="elevation-12 auth-login-box blur-8">
<v-card-text class="pa-4">
<div class="logo text-xs-center">
<img :src="$config.getIcon()" :alt="config.name">