File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
apps/renderer/src/components/ui/media Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ export function SwipeMedia({
54
54
) }
55
55
>
56
56
{ uniqMedia ?. length ? (
57
- < div ref = { emblaRef } className = "w -full overflow-hidden" >
58
- < div className = "flex" >
57
+ < div ref = { emblaRef } className = "size -full overflow-hidden" >
58
+ < div className = "flex size-full " >
59
59
{ uniqMedia ?. slice ( 0 , 5 ) . map ( ( med , i ) => (
60
- < div className = "mr-2 w -full flex-none" key = { med . url } >
60
+ < div className = "mr-2 size -full flex-none" key = { med . url } >
61
61
< Media
62
62
className = { cn ( imgClassName , "size-full rounded-none" ) }
63
63
alt = "cover"
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ const FallbackableImage: FC<
435
435
) }
436
436
{ isAllError && (
437
437
< div
438
- className = "center pointer-events-none absolute inset-0 flex-col gap-6 text-white/80 "
438
+ className = "center pointer-events-none absolute inset-0 flex-col gap-6"
439
439
onClick = { stopPropagation }
440
440
tabIndex = { - 1 }
441
441
>
You can’t perform that action at this time.
0 commit comments