display tweaks and approval page timing
This commit is contained in:
@ -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>
|
||||
|
@ -42,7 +42,7 @@
|
||||
</script>
|
||||
|
||||
|
||||
<Setting {title} {error}>
|
||||
<Setting {title}>
|
||||
<div slot="input">
|
||||
{#if unit}
|
||||
<span class="mr-2">{unit}:</span>
|
||||
|
@ -3,7 +3,6 @@
|
||||
import ErrorAlert from '../ErrorAlert.svelte';
|
||||
|
||||
export let title;
|
||||
export let error = null;
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
</script>
|
||||
|
||||
|
||||
<Setting title="Start minimized">
|
||||
<Setting {title}>
|
||||
<input
|
||||
slot="input"
|
||||
type="checkbox"
|
||||
|
Reference in New Issue
Block a user