File tree Expand file tree Collapse file tree
src/frontend/src/routes/(needs_onboarding)/(navbar_and_footer)/upload Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 import { ScrollArea } from ' $lib/components/ui/scroll-area' ;
66 import RecentUpload from ' ./recent_upload.svelte' ;
77 import UploadShowcase from ' ./upload_showcase.svelte' ;
8- import { cn } from ' $lib/utils' ;
98 import { toast } from ' svelte-sonner' ;
109 import { dev } from ' $app/environment' ;
1110 import { markdown_to_html } from ' $lib/markdown/markdown' ;
310309{/ snippet }
311310
312311<Card
313- class ={cn (
312+ class ={[
314313 ' relative z-10 mx-auto w-full max-w-5xl border-border bg-card transition-all duration-200' ,
315314 isDragging && ' shadow-[0_0_20px_-10px_var(--primary)]' ,
316315 isDraggingOverCard && ' shadow-[0_0_40px_-10px_var(--primary)]' ,
317316 isDraggingOverZone && ' shadow-[0_0_60px_-10px_var(--primary)]'
318- ) }
317+ ] }
319318 ondrop ={(e ) => {
320319 e .preventDefault ();
321320 e .stopPropagation ();
You can’t perform that action at this time.
0 commit comments