feat: DND for Articles
This commit is contained in:
@ -33,7 +33,7 @@ export function MediaViewer({
|
||||
alt={media?.filename}
|
||||
style={{
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
|
||||
objectFit: "cover",
|
||||
}}
|
||||
/>
|
||||
@ -45,9 +45,10 @@ export function MediaViewer({
|
||||
media?.id
|
||||
}/download?token=${token}`}
|
||||
style={{
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
objectFit: "contain",
|
||||
borderRadius: 30,
|
||||
objectFit: "cover",
|
||||
borderRadius: 8,
|
||||
}}
|
||||
controls
|
||||
autoPlay
|
||||
@ -63,7 +64,7 @@ export function MediaViewer({
|
||||
style={{
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
objectFit: "contain",
|
||||
objectFit: "cover",
|
||||
borderRadius: 8,
|
||||
}}
|
||||
/>
|
||||
@ -77,7 +78,7 @@ export function MediaViewer({
|
||||
style={{
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
objectFit: "contain",
|
||||
objectFit: "cover",
|
||||
borderRadius: 8,
|
||||
}}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user