Explorar el Código

fix(web): accordion arrow was not anchored to the right (#4129)

Co-authored-by: Antony Mota <amota.confluenceconseil@boiron.fr>
Ploonet hace 1 año
padre
commit
672560f55b

+ 1 - 1
web/src/lib/components/admin-page/settings/setting-accordion.svelte

@@ -8,7 +8,7 @@
 </script>
 
 <div class="border-b-[1px] border-gray-200 py-4 dark:border-gray-700">
-  <button on:click={toggle} class="flex cursor-pointer place-items-center justify-between text-left">
+  <button on:click={toggle} class="flex w-full place-items-center justify-between text-left">
     <div>
       <h2 class="font-medium text-immich-primary dark:text-immich-dark-primary">
         {title}