mirror of
https://github.com/immich-app/immich.git
synced 2025-11-17 00:32:37 +09:00
chore(web): sort tailwindcss class automatically (#3330)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<section
|
||||
in:fade={{ duration: 100 }}
|
||||
out:fade={{ duration: 100 }}
|
||||
class="fixed left-0 top-0 w-screen h-screen bg-black/40 z-[990] flex place-items-center place-content-center"
|
||||
class="fixed left-0 top-0 z-[990] flex h-screen w-screen place-content-center place-items-center bg-black/40"
|
||||
>
|
||||
<div class="z-[9999]" use:clickOutside on:outclick={() => dispatch('clickOutside')}>
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user