trigger font load on auth screen
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="app-auth">
|
||||
<i class="fth-home app-auth-font-trigger"></i>
|
||||
<h1 class="app-auth-headline">zero</h1>
|
||||
<ui-form class="app-auth-inner" v-slot="form" @submit="onSubmit">
|
||||
<div>
|
||||
@@ -91,6 +92,15 @@
|
||||
}*/
|
||||
}
|
||||
|
||||
.app-auth-font-trigger
|
||||
{
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
opacity: 0.001;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.app-auth-inner
|
||||
{
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user