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

@ -7,7 +7,7 @@
<nav class="fixed top-0 grid grid-cols-2 w-full p-2">
<div>
<Link target="Home">
<button class="btn btn-squre btn-ghost align-middle">
<button class="btn btn-square btn-ghost align-middle">
<Icon name="home" class="w-8 h-8 stroke-2" />
</button>
</Link>
@ -15,7 +15,7 @@
<div class="justify-self-end">
<Link target="Settings">
<button class="align-middle btn btn-square btn-ghost">
<button class="btn btn-square btn-ghost align-middle ">
<Icon name="cog-8-tooth" class="w-8 h-8 stroke-2" />
</button>
</Link>

View File

@ -42,7 +42,7 @@
</script>
<Setting {title} {error}>
<Setting {title}>
<div slot="input">
{#if unit}
<span class="mr-2">{unit}:</span>

View File

@ -3,7 +3,6 @@
import ErrorAlert from '../ErrorAlert.svelte';
export let title;
export let error = null;
</script>

View File

@ -10,7 +10,7 @@
</script>
<Setting title="Start minimized">
<Setting {title}>
<input
slot="input"
type="checkbox"