display tweaks and approval page timing

This commit is contained in:
2023-04-26 17:06:37 -07:00
parent 4aab08e6f0
commit c2cc007a81
7 changed files with 25 additions and 16 deletions

View File

@ -20,7 +20,7 @@
<Nav />
<div class="flex flex-col h-screen justify-center items-center space-y-4">
<div class="flex flex-col h-screen items-center justify-center p-4 space-y-4">
{#await invoke('get_session_status') then status}
{#if status === 'locked'}
<img src="/static/padlock-closed.svg" alt="A locked padlock" class="w-32" />