tweak detect timezone button placement

This commit is contained in:
sam 2023-08-02 23:27:28 +02:00
parent 3e3ccd971b
commit 32ad02a260
No known key found for this signature in database
GPG Key ID: B4EF20DDE721CAA1
1 changed files with 1 additions and 2 deletions

View File

@ -826,9 +826,8 @@
profile. profile.
</p> </p>
<InputGroup> <InputGroup>
<InputGroupText><Icon name="clock" aria-hidden /></InputGroupText> <Button on:click={detectTimezone}>Detect timezone</Button>
<Input disabled value={timezone !== null ? timezone : "Unset"} /> <Input disabled value={timezone !== null ? timezone : "Unset"} />
<Button on:click={detectTimezone}>Detect</Button>
<Button on:click={() => (timezone = null)}>Reset</Button> <Button on:click={() => (timezone = null)}>Reset</Button>
</InputGroup> </InputGroup>
<p class="mt-2"> <p class="mt-2">