mirror of
https://github.com/immich-app/immich.git
synced 2025-11-21 09:20:40 +09:00
feat: rtl (#17860)
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
{#if inputType === SettingInputFieldType.COLOR}
|
||||
<input
|
||||
bind:this={input}
|
||||
class="immich-form-input w-full pb-2 rounded-none mr-1"
|
||||
class="immich-form-input w-full pb-2 rounded-none me-1"
|
||||
aria-describedby={description ? `${label}-desc` : undefined}
|
||||
aria-labelledby="{label}-label"
|
||||
id={label}
|
||||
|
||||
Reference in New Issue
Block a user