mirror of
https://github.com/immich-app/immich.git
synced 2025-11-29 14:39:48 +09:00
chore(web): sort tailwindcss class automatically (#3330)
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
<div class="mt-2">
|
||||
{#await getConfigs() then}
|
||||
<div in:fade={{ duration: 500 }}>
|
||||
<form autocomplete="off" on:submit|preventDefault class="flex flex-col mx-4 gap-4 py-4">
|
||||
<form autocomplete="off" on:submit|preventDefault class="mx-4 flex flex-col gap-4 py-4">
|
||||
<p class="text-sm dark:text-immich-dark-fg">
|
||||
For more details about this feature, refer to the <a
|
||||
href="http://immich.app/docs/administration/oauth#mobile-redirect-uri"
|
||||
|
||||
Reference in New Issue
Block a user