mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 09:15:35 +03:00
fix(web): make custom css textarea optional (#14303)
This commit is contained in:
@@ -32,7 +32,6 @@
|
|||||||
label={$t('admin.theme_custom_css_settings')}
|
label={$t('admin.theme_custom_css_settings')}
|
||||||
description={$t('admin.theme_custom_css_settings_description')}
|
description={$t('admin.theme_custom_css_settings_description')}
|
||||||
bind:value={config.theme.customCss}
|
bind:value={config.theme.customCss}
|
||||||
required={true}
|
|
||||||
isEdited={config.theme.customCss !== savedConfig.theme.customCss}
|
isEdited={config.theme.customCss !== savedConfig.theme.customCss}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user