mirror of
https://github.com/immich-app/immich.git
synced 2025-01-27 22:22:45 +01:00
chore: clean up change date form spacing (#11037)
This commit is contained in:
parent
c50ac55892
commit
d68bd876c1
1 changed files with 3 additions and 8 deletions
|
@ -76,17 +76,12 @@
|
||||||
onConfirm={handleConfirm}
|
onConfirm={handleConfirm}
|
||||||
onCancel={handleCancel}
|
onCancel={handleCancel}
|
||||||
>
|
>
|
||||||
<div class="flex flex-col text-md px-4 text-center gap-2" slot="prompt">
|
<div class="flex flex-col text-left gap-2" slot="prompt">
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<label for="datetime">{$t('date_and_time')}</label>
|
<label for="datetime">{$t('date_and_time')}</label>
|
||||||
<DateInput
|
<DateInput class="immich-form-input" id="datetime" type="datetime-local" bind:value={selectedDate} />
|
||||||
class="immich-form-input text-sm my-4 w-full"
|
|
||||||
id="datetime"
|
|
||||||
type="datetime-local"
|
|
||||||
bind:value={selectedDate}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col w-full mt-2">
|
<div>
|
||||||
<Combobox bind:selectedOption label={$t('timezone')} options={timezones} placeholder={$t('search_timezone')} />
|
<Combobox bind:selectedOption label={$t('timezone')} options={timezones} placeholder={$t('search_timezone')} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue