Implement lasso selection, fix context menu positioning, fix video preview sizing
All checks were successful
Automated Container Build / build-and-push (push) Successful in 32s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 32s
This commit is contained in:
parent
99e0cd5f0c
commit
3802d978ed
2 changed files with 100 additions and 5 deletions
|
|
@ -138,7 +138,7 @@ export default function FilePreview({ file, onClose }: FilePreviewProps) {
|
|||
src={downloadUrl}
|
||||
controls
|
||||
autoPlay
|
||||
className="max-w-full max-h-full rounded-lg outline-none"
|
||||
className="max-w-[calc(95vw-2rem)] max-h-[calc(95vh-6rem)] rounded-lg outline-none"
|
||||
/>
|
||||
)}
|
||||
|
||||
|
|
|
|||
Reference in a new issue