0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05:00

chore: clean up change date form spacing (#11037)

This commit is contained in:
Jason Rasmussen 2024-07-11 12:10:49 -04:00 committed by GitHub
parent c50ac55892
commit d68bd876c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,17 +76,12 @@
onConfirm={handleConfirm}
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">
<label for="datetime">{$t('date_and_time')}</label>
<DateInput
class="immich-form-input text-sm my-4 w-full"
id="datetime"
type="datetime-local"
bind:value={selectedDate}
/>
<DateInput class="immich-form-input" id="datetime" type="datetime-local" bind:value={selectedDate} />
</div>
<div class="flex flex-col w-full mt-2">
<div>
<Combobox bind:selectedOption label={$t('timezone')} options={timezones} placeholder={$t('search_timezone')} />
</div>
</div>